Html Css Color HEX #2FAC42 Chateau Green

📋 copy color: '#2FAC42'

red 47 ◦ green 172 ◦ blue 66

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

Shades of Chateau Green #2FAC42

Tints of Chateau Green #2FAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 16.49%
G = 60.35%
B = 23.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#2FAC42 (or 0x2FAC42) is known color: Chateau Green. HEX triplet: 2F, AC and 42. RGB value is (47,172,66). Sum of RGB (Red+Green+Blue) = 47+172+66=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC42 is #D053BD. Grayscale: #7A7A7A. Windows color (decimal): -13652926 or 4369455. OLE color: 4369455.

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

Color convert

RGB 47 172 66 -
CMYK 0.73 0 0.62 0.33
HSL 129.12º 0.57% 0.43% -
HSV(B) 129.12º 0.73% 0.67% -
XYZ 16.91 30.5 10.15 -
YUV 122.54 96.09 74.12 -
System Red Green Blue C M Y K H S L
Decimal 47 172 66 0.73 0 0.62 0.33 129.12 0.57 0.43
Hex 2F AC 42 49 0 3E 21 81 39 2B
Octal 57 254 102 111 0 76 41 201 71 53
Binary 101111 10101100 1000010 1001001 0 111110 100001 10000001 111001 101011

Color Harmonies of #2FAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC42

Black with #2FAC42

Text Example


Text Example

White with #2FAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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