Html Css Color HEX #2F9A4D Chateau Green

📋 copy color: '#2F9A4D'

red 47 ◦ green 154 ◦ blue 77

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

Shades of Chateau Green #2F9A4D

Tints of Chateau Green #2F9A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.4%

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

R = 16.91%
G = 55.4%
B = 27.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#2F9A4D (or 0x2F9A4D) is known color: Chateau Green. HEX triplet: 2F, 9A and 4D. RGB value is (47,154,77). Sum of RGB (Red+Green+Blue) = 47+154+77=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #2F9A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9A4D is #D065B2. Grayscale: #717171. Windows color (decimal): -13657523 or 5085743. OLE color: 5085743.

HSL color Cylindrical-coordinate representation of color #2F9A4D: hue angle of 136.82º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9A4D is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 154 77 -
CMYK 0.69 0 0.50 0.40
HSL 136.82º 0.53% 0.39% -
HSV(B) 136.82º 0.69% 0.6% -
XYZ 14.07 24.25 10.96 -
YUV 113.23 107.55 80.76 -
System Red Green Blue C M Y K H S L
Decimal 47 154 77 0.69 0 0.50 0.40 136.82 0.53 0.39
Hex 2F 9A 4D 45 0 32 28 89 35 27
Octal 57 232 115 105 0 62 50 211 65 47
Binary 101111 10011010 1001101 1000101 0 110010 101000 10001001 110101 100111

Color Harmonies of #2F9A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9A4D

Black with #2F9A4D

Text Example


Text Example

White with #2F9A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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