#2FB64A

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

Shades of Chateau Green #2FB64A

Tints of Chateau Green #2FB64A

Color information

#2FB64A (or 0x2FB64A) is unknown color: approx Chateau Green. HEX triplet: 2F, B6 and 4A. RGB value is (47,182,74). Sum of RGB (Red+Green+Blue) = 47+182+74=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB64A is #D049B5. Grayscale: #818181. Windows color (decimal): -13650358 or 4896303. OLE color: 4896303.

HSL color Cylindrical-coordinate representation of color #2FB64A: hue angle of 132º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB64A is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB4718274-
CMYK0.7400.590.29
HSL132º58.95%44.9%-
HSV(B)132º74.18%71.37%-
XYZ19.1434.5512.14-
YUV129.3296.7769.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=15.51%
G=60.07%
B=24.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47182740.7400.590.2913258.9544.9
Hex2FB64A4A03B1D843b2d
Octal57266112112073352047355
Binary101111101101101001010100101001110111110110000100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,182,74); }

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

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

 a { background-color: rgb(47,182,74); }

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

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

 span { border-color: rgb(47,182,74); }

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