Html Css Color HEX #2FAC48 Chateau Green

📋 copy color: '#2FAC48'

red 47 ◦ green 172 ◦ blue 72

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

Shades of Chateau Green #2FAC48

Tints of Chateau Green #2FAC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 16.15%
G = 59.11%
B = 24.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#2FAC48 (or 0x2FAC48) is known color: Chateau Green. HEX triplet: 2F, AC and 48. RGB value is (47,172,72). Sum of RGB (Red+Green+Blue) = 47+172+72=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC48 is #D053B7. Grayscale: #7B7B7B. Windows color (decimal): -13652920 or 4762671. OLE color: 4762671.

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

Color convert

RGB 47 172 72 -
CMYK 0.73 0 0.58 0.33
HSL 132º 0.57% 0.43% -
HSV(B) 132º 0.73% 0.67% -
XYZ 17.09 30.58 11.13 -
YUV 123.23 99.09 73.63 -
System Red Green Blue C M Y K H S L
Decimal 47 172 72 0.73 0 0.58 0.33 132 0.57 0.43
Hex 2F AC 48 49 0 3A 21 84 39 2B
Octal 57 254 110 111 0 72 41 204 71 53
Binary 101111 10101100 1001000 1001001 0 111010 100001 10000100 111001 101011

Color Harmonies of #2FAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC48

Black with #2FAC48

Text Example


Text Example

White with #2FAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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