#2F9F4F

Color #2F9F4F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2F9F4F

Tints of Chateau Green #2F9F4F

Color information

#2F9F4F (or 0x2F9F4F) is unknown color: approx Chateau Green. HEX triplet: 2F, 9F and 4F. RGB value is (47,159,79). Sum of RGB (Red+Green+Blue) = 47+159+79=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9F4F is #D060B0. Grayscale: #747474. Windows color (decimal): -13656241 or 5218095. OLE color: 5218095.

HSL color Cylindrical-coordinate representation of color #2F9F4F: hue angle of 137.14º 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 #2F9F4F is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB4715979-
CMYK0.7000.500.38
HSL137.14º54.37%40.39%-
HSV(B)137.14º70.44%62.35%-
XYZ14.9825.9711.62-
YUV116.39106.8978.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.49%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=16.49%
G=55.79%
B=27.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47159790.7000.500.38137.1454.3740.39
Hex2F9F4F4603226893628
Octal57237117106062462116650
Binary1011111001111110011111000110011001010011010001001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,159,79); }

 H1.HeaderClassName
 {
   color: #2F9F4F;
 }
 .AnyTagClassName
 {
   color: #2F9F4F;
 }
</style>
background-color css

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

 a { background-color: rgb(47,159,79); }

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

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

 span { border-color: rgb(47,159,79); }

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