#2F994B

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

Shades of Chateau Green #2F994B

Tints of Chateau Green #2F994B

Color information

#2F994B (or 0x2F994B) is unknown color: approx Chateau Green. HEX triplet: 2F, 99 and 4B. RGB value is (47,153,75). Sum of RGB (Red+Green+Blue) = 47+153+75=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #2F994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F994B is #D066B4. Grayscale: #707070. Windows color (decimal): -13657781 or 4954415. OLE color: 4954415.

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

Color convert

RGB4715375-
CMYK0.6900.510.4
HSL135.85º53%39.22%-
HSV(B)135.85º69.28%60%-
XYZ13.8323.8910.54-
YUV112.41106.8881.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.09%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=17.09%
G=55.64%
B=27.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47153750.6900.510.4135.855339.22
Hex2F994B4503328883527
Octal57231113105063502106547
Binary1011111001100110010111000101011001110100010001000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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