#2F9948

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

Shades of Chateau Green #2F9948

Tints of Chateau Green #2F9948

Color information

#2F9948 (or 0x2F9948) is unknown color: approx Chateau Green. HEX triplet: 2F, 99 and 48. RGB value is (47,153,72). Sum of RGB (Red+Green+Blue) = 47+153+72=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9948 is #D066B7. Grayscale: #707070. Windows color (decimal): -13657784 or 4757807. OLE color: 4757807.

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

Color convert

RGB4715372-
CMYK0.6900.530.4
HSL134.15º53%39.22%-
HSV(B)134.15º69.28%60%-
XYZ13.7323.8510.01-
YUV112.07105.3881.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 153 (60.16% from 255) = 56.25%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=17.28%
G=56.25%
B=26.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47153720.6900.530.4134.155339.22
Hex2F99484503528863527
Octal57231110105065502066547
Binary1011111001100110010001000101011010110100010000110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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