Html Css Color HEX #2FA04A Chateau Green

📋 copy color: '#2FA04A'

red 47 ◦ green 160 ◦ blue 74

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

Shades of Chateau Green #2FA04A

Tints of Chateau Green #2FA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 16.73%
G = 56.94%
B = 26.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#2FA04A (or 0x2FA04A) is known color: Chateau Green. HEX triplet: 2F, A0 and 4A. RGB value is (47,160,74). Sum of RGB (Red+Green+Blue) = 47+160+74=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA04A is #D05FB5. Grayscale: #747474. Windows color (decimal): -13655990 or 4890671. OLE color: 4890671.

HSL color Cylindrical-coordinate representation of color #2FA04A: hue angle of 134.34º 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 #2FA04A is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 160 74 -
CMYK 0.71 0 0.54 0.37
HSL 134.34º 0.55% 0.41% -
HSV(B) 134.34º 0.71% 0.63% -
XYZ 14.98 26.24 10.75 -
YUV 116.41 104.06 78.49 -
System Red Green Blue C M Y K H S L
Decimal 47 160 74 0.71 0 0.54 0.37 134.34 0.55 0.41
Hex 2F A0 4A 47 0 36 25 86 37 29
Octal 57 240 112 107 0 66 45 206 67 51
Binary 101111 10100000 1001010 1000111 0 110110 100101 10000110 110111 101001

Color Harmonies of #2FA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA04A

Black with #2FA04A

Text Example


Text Example

White with #2FA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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