#2D6416

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

Shades of Green House #2D6416

Tints of Green House #2D6416

Color information

#2D6416 (or 0x2D6416) is unknown color: approx Green House. HEX triplet: 2D, 64 and 16. RGB value is (45,100,22). Sum of RGB (Red+Green+Blue) = 45+100+22=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #2D6416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6416 is #D29BE9. Grayscale: #4A4A4A. Windows color (decimal): -13802474 or 1467437. OLE color: 1467437.

HSL color Cylindrical-coordinate representation of color #2D6416: hue angle of 102.31º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6416 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB4510022-
CMYK0.5500.780.61
HSL102.31º63.93%23.92%-
HSV(B)102.31º78%39.22%-
XYZ5.789.732.33-
YUV74.6698.28106.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.95%
GREEN value IS 100 (39.45% from 255) = 59.88%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=26.95%
G=59.88%
B=13.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal45100220.5500.780.61102.3163.9323.92
Hex2D64163704E3D664018
Octal55144266701167514610030
Binary101101110010010110110111010011101111011100110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,100,22); }

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

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

 a { background-color: rgb(45,100,22); }

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

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

 span { border-color: rgb(45,100,22); }

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