#2FB94D

Color #2FB94D Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2FB94D

Tints of Chateau Green #2FB94D

Color information

#2FB94D (or 0x2FB94D) is unknown color: approx Chateau Green. HEX triplet: 2F, B9 and 4D. RGB value is (47,185,77). Sum of RGB (Red+Green+Blue) = 47+185+77=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB94D is #D046B2. Grayscale: #838383. Windows color (decimal): -13649587 or 5093679. OLE color: 5093679.

HSL color Cylindrical-coordinate representation of color #2FB94D: hue angle of 133.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB94D is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB4718577-
CMYK0.7500.580.27
HSL133.04º59.48%45.49%-
HSV(B)133.04º74.59%72.55%-
XYZ19.8635.8412.89-
YUV131.4397.2867.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 15.21%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=15.21%
G=59.87%
B=24.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47185770.7500.580.27133.0459.4845.49
Hex2FB94D4B03A1B853b2d
Octal57271115113072332057355
Binary101111101110011001101100101101110101101110000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FB94D; }

 p { color: rgb(47,185,77); }

 H1.HeaderClassName
 {
   color: #2FB94D;
 }
 .AnyTagClassName
 {
   color: #2FB94D;
 }
</style>
background-color css

<style>
 a { background-color: #2FB94D; }

 a { background-color: rgb(47,185,77); }

 div.DivClassName
 {
   background-color: #2FB94D;
 }
 .BgClassName
 {
   background-color: #2FB94D;
 }
</style>
border-color css

<style>
 span { border-color: #2FB94D; }

 span { border-color: rgb(47,185,77); }

 td.TdClassName
 {
   border-color: #2FB94D;
 }
 .TagClassName
 {
   border-color: #2FB94D;
 }
</style>