Html Css Color HEX #2FAC4D Chateau Green

📋 copy color: '#2FAC4D'

red 47 ◦ green 172 ◦ blue 77

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

Shades of Chateau Green #2FAC4D

Tints of Chateau Green #2FAC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 15.88%
G = 58.11%
B = 26.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#2FAC4D (or 0x2FAC4D) is known color: Chateau Green. HEX triplet: 2F, AC and 4D. RGB value is (47,172,77). Sum of RGB (Red+Green+Blue) = 47+172+77=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC4D is #D053B2. Grayscale: #7C7C7C. Windows color (decimal): -13652915 or 5090351. OLE color: 5090351.

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

Color convert

RGB 47 172 77 -
CMYK 0.73 0 0.55 0.33
HSL 134.4º 0.57% 0.43% -
HSV(B) 134.4º 0.73% 0.67% -
XYZ 17.26 30.65 12.03 -
YUV 123.8 101.59 73.22 -
System Red Green Blue C M Y K H S L
Decimal 47 172 77 0.73 0 0.55 0.33 134.4 0.57 0.43
Hex 2F AC 4D 49 0 37 21 86 39 2B
Octal 57 254 115 111 0 67 41 206 71 53
Binary 101111 10101100 1001101 1001001 0 110111 100001 10000110 111001 101011

Color Harmonies of #2FAC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC4D

Black with #2FAC4D

Text Example


Text Example

White with #2FAC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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