Html Css Color HEX #2FAC4F Chateau Green

📋 copy color: '#2FAC4F'

red 47 ◦ green 172 ◦ blue 79

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

Shades of Chateau Green #2FAC4F

Tints of Chateau Green #2FAC4F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.72%

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 15.77%
G = 57.72%
B = 26.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#2FAC4F (or 0x2FAC4F) is known color: Chateau Green. HEX triplet: 2F, AC and 4F. RGB value is (47,172,79). Sum of RGB (Red+Green+Blue) = 47+172+79=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC4F is #D053B0. Grayscale: #7C7C7C. Windows color (decimal): -13652913 or 5221423. OLE color: 5221423.

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

Color convert

RGB 47 172 79 -
CMYK 0.73 0 0.54 0.33
HSL 135.36º 0.57% 0.43% -
HSV(B) 135.36º 0.73% 0.67% -
XYZ 17.34 30.67 12.4 -
YUV 124.02 102.59 73.06 -
System Red Green Blue C M Y K H S L
Decimal 47 172 79 0.73 0 0.54 0.33 135.36 0.57 0.43
Hex 2F AC 4F 49 0 36 21 87 39 2B
Octal 57 254 117 111 0 66 41 207 71 53
Binary 101111 10101100 1001111 1001001 0 110110 100001 10000111 111001 101011

Color Harmonies of #2FAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC4F

Black with #2FAC4F

Text Example


Text Example

White with #2FAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,79); }

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

background-color css

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

 a { background-color: rgb(47,172,79); }

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

border-color css

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

 span { border-color: rgb(47,172,79); }

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