#2F953F

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

Shades of Chateau Green #2F953F

Tints of Chateau Green #2F953F

Color information

#2F953F (or 0x2F953F) is unknown color: approx Chateau Green. HEX triplet: 2F, 95 and 3F. RGB value is (47,149,63). Sum of RGB (Red+Green+Blue) = 47+149+63=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #2F953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F953F is #D06AC0. Grayscale: #6C6C6C. Windows color (decimal): -13658817 or 4166959. OLE color: 4166959.

HSL color Cylindrical-coordinate representation of color #2F953F: hue angle of 129.41º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F953F is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB4714963-
CMYK0.6800.580.42
HSL129.41º52.04%38.43%-
HSV(B)129.41º68.46%58.43%-
XYZ12.8222.468.36-
YUV108.7102.2183.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 63 (25% from 255) = 24.32%
R=18.15%
G=57.53%
B=24.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149630.6800.580.42129.4152.0438.43
Hex2F953F4403A2A813426
Octal5722577104072522016446
Binary101111100101011111111000100011101010101010000001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,149,63); }

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

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

 a { background-color: rgb(47,149,63); }

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

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

 span { border-color: rgb(47,149,63); }

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