Html Css Color HEX #2F9D4E Chateau Green

📋 copy color: '#2F9D4E'

red 47 ◦ green 157 ◦ blue 78

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

Shades of Chateau Green #2F9D4E

Tints of Chateau Green #2F9D4E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 55.67%

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 16.67%
G = 55.67%
B = 27.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#2F9D4E (or 0x2F9D4E) is known color: Chateau Green. HEX triplet: 2F, 9D and 4E. RGB value is (47,157,78). Sum of RGB (Red+Green+Blue) = 47+157+78=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9D4E is #D062B1. Grayscale: #737373. Windows color (decimal): -13656754 or 5152047. OLE color: 5152047.

HSL color Cylindrical-coordinate representation of color #2F9D4E: hue angle of 136.91º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9D4E is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 157 78 -
CMYK 0.70 0 0.50 0.38
HSL 136.91º 0.54% 0.4% -
HSV(B) 136.91º 0.7% 0.62% -
XYZ 14.6 25.27 11.32 -
YUV 115.1 107.06 79.42 -
System Red Green Blue C M Y K H S L
Decimal 47 157 78 0.70 0 0.50 0.38 136.91 0.54 0.4
Hex 2F 9D 4E 46 0 32 26 89 36 28
Octal 57 235 116 106 0 62 46 211 66 50
Binary 101111 10011101 1001110 1000110 0 110010 100110 10001001 110110 101000

Color Harmonies of #2F9D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9D4E

Black with #2F9D4E

Text Example


Text Example

White with #2F9D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,157,78); }

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

background-color css

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

 a { background-color: rgb(47,157,78); }

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

border-color css

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

 span { border-color: rgb(47,157,78); }

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