#2F9848

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

Shades of Chateau Green #2F9848

Tints of Chateau Green #2F9848

Color information

#2F9848 (or 0x2F9848) is unknown color: approx Chateau Green. HEX triplet: 2F, 98 and 48. RGB value is (47,152,72). Sum of RGB (Red+Green+Blue) = 47+152+72=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9848 is #D067B7. Grayscale: #6F6F6F. Windows color (decimal): -13658040 or 4757551. OLE color: 4757551.

HSL color Cylindrical-coordinate representation of color #2F9848: hue angle of 134.29º 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 #2F9848 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB4715272-
CMYK0.6900.530.40
HSL134.29º52.76%39.02%-
HSV(B)134.29º69.08%59.61%-
XYZ13.5723.539.96-
YUV111.48105.7182-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=17.34%
G=56.09%
B=26.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47152720.6900.530.40134.2952.7639.02
Hex2F98484503528863527
Octal57230110105065502066547
Binary1011111001100010010001000101011010110100010000110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,152,72); }

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

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

 a { background-color: rgb(47,152,72); }

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

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

 span { border-color: rgb(47,152,72); }

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