Html Css Color HEX #2FA052 Chateau Green

📋 copy color: '#2FA052'

red 47 ◦ green 160 ◦ blue 82

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

Shades of Chateau Green #2FA052

Tints of Chateau Green #2FA052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.36%

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

R = 16.26%
G = 55.36%
B = 28.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#2FA052 (or 0x2FA052) is known color: Chateau Green. HEX triplet: 2F, A0 and 52. RGB value is (47,160,82). Sum of RGB (Red+Green+Blue) = 47+160+82=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA052 is #D05FAD. Grayscale: #757575. Windows color (decimal): -13655982 or 5414959. OLE color: 5414959.

HSL color Cylindrical-coordinate representation of color #2FA052: hue angle of 138.58º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA052 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 160 82 -
CMYK 0.71 0 0.49 0.37
HSL 138.58º 0.55% 0.41% -
HSV(B) 138.58º 0.71% 0.63% -
XYZ 15.27 26.36 12.27 -
YUV 117.32 108.06 77.84 -
System Red Green Blue C M Y K H S L
Decimal 47 160 82 0.71 0 0.49 0.37 138.58 0.55 0.41
Hex 2F A0 52 47 0 31 25 8B 37 29
Octal 57 240 122 107 0 61 45 213 67 51
Binary 101111 10100000 1010010 1000111 0 110001 100101 10001011 110111 101001

Color Harmonies of #2FA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA052

Black with #2FA052

Text Example


Text Example

White with #2FA052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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