#2F9E48

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

Shades of Chateau Green #2F9E48

Tints of Chateau Green #2F9E48

Color information

#2F9E48 (or 0x2F9E48) is unknown color: approx Chateau Green. HEX triplet: 2F, 9E and 48. RGB value is (47,158,72). Sum of RGB (Red+Green+Blue) = 47+158+72=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9E48 is #D061B7. Grayscale: #737373. Windows color (decimal): -13656504 or 4759087. OLE color: 4759087.

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

Color convert

RGB4715872-
CMYK0.7000.540.38
HSL133.51º54.15%40.2%-
HSV(B)133.51º70.25%61.96%-
XYZ14.5725.5310.29-
YUV115.01103.7379.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 158 (62.11% from 255) = 57.04%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=16.97%
G=57.04%
B=25.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47158720.7000.540.38133.5154.1540.2
Hex2F9E484603626863628
Octal57236110106066462066650
Binary1011111001111010010001000110011011010011010000110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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