Html Css Color HEX #2FAB52 Chateau Green

📋 copy color: '#2FAB52'

red 47 ◦ green 171 ◦ blue 82

#2FAB52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2FAB52

Tints of Chateau Green #2FAB52

RGB

 RED value IS 47 (18.75% from 255) = 15.67%

 GREEN value IS 171 (67.19% from 255) = 57%

 BLUE value IS 82 (32.42% from 255) = 27.33%

R = 15.67%
G = 57%
B = 27.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#2FAB52 (or 0x2FAB52) is known color: Chateau Green. HEX triplet: 2F, AB and 52. RGB value is (47,171,82). Sum of RGB (Red+Green+Blue) = 47+171+82=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB52 is #D054AD. Grayscale: #7C7C7C. Windows color (decimal): -13653166 or 5417775. OLE color: 5417775.

HSL color Cylindrical-coordinate representation of color #2FAB52: hue angle of 136.94º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB52 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 82 -
CMYK 0.73 0 0.52 0.33
HSL 136.94º 0.57% 0.43% -
HSV(B) 136.94º 0.73% 0.67% -
XYZ 17.26 30.34 12.93 -
YUV 123.78 104.42 73.24 -
System Red Green Blue C M Y K H S L
Decimal 47 171 82 0.73 0 0.52 0.33 136.94 0.57 0.43
Hex 2F AB 52 49 0 34 21 89 39 2B
Octal 57 253 122 111 0 64 41 211 71 53
Binary 101111 10101011 1010010 1001001 0 110100 100001 10001001 111001 101011

Color Harmonies of #2FAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB52

Black with #2FAB52

Text Example


Text Example

White with #2FAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,171,82); }

 H1.HeaderClassName
 {
   color: #2FAB52;
 }
 .AnyTagClassName
 {
   color: #2FAB52;
 }
</style>

background-color css

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

 a { background-color: rgb(47,171,82); }

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

border-color css

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

 span { border-color: rgb(47,171,82); }

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