#2F6624

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

Shades of Green House #2F6624

Tints of Green House #2F6624

Color information

#2F6624 (or 0x2F6624) is unknown color: approx Green House. HEX triplet: 2F, 66 and 24. RGB value is (47,102,36). Sum of RGB (Red+Green+Blue) = 47+102+36=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6624 is #D099DB. Grayscale: #4E4E4E. Windows color (decimal): -13670876 or 2385455. OLE color: 2385455.

HSL color Cylindrical-coordinate representation of color #2F6624: hue angle of 110º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6624 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB4710236-
CMYK0.5400.650.6
HSL110º47.83%27.06%-
HSV(B)110º64.71%40%-
XYZ6.2410.233.32-
YUV78.03104.28105.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.41%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=25.41%
G=55.14%
B=19.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47102360.5400.650.611047.8327.06
Hex2F6624360413C6e301b
Octal5714644660101741566033
Binary101111110011010010011011001000001111100110111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,102,36); }

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

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

 a { background-color: rgb(47,102,36); }

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

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

 span { border-color: rgb(47,102,36); }

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