#2FB44A

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

Shades of Chateau Green #2FB44A

Tints of Chateau Green #2FB44A

Color information

#2FB44A (or 0x2FB44A) is unknown color: approx Chateau Green. HEX triplet: 2F, B4 and 4A. RGB value is (47,180,74). Sum of RGB (Red+Green+Blue) = 47+180+74=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB44A is #D04BB5. Grayscale: #808080. Windows color (decimal): -13650870 or 4895791. OLE color: 4895791.

HSL color Cylindrical-coordinate representation of color #2FB44A: hue angle of 132.18º 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 #2FB44A is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB4718074-
CMYK0.7400.590.29
HSL132.18º58.59%44.51%-
HSV(B)132.18º73.89%70.59%-
XYZ18.7333.7412-
YUV128.1597.4470.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.61%
GREEN value IS 180 (70.70% from 255) = 59.80%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=15.61%
G=59.80%
B=24.58%

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
Decimal47180740.7400.590.29132.1858.5944.51
Hex2FB44A4A03B1D843b2d
Octal57264112112073352047355
Binary101111101101001001010100101001110111110110000100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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