#2D6016

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

Shades of Green House #2D6016

Tints of Green House #2D6016

Color information

#2D6016 (or 0x2D6016) is unknown color: approx Green House. HEX triplet: 2D, 60 and 16. RGB value is (45,96,22). Sum of RGB (Red+Green+Blue) = 45+96+22=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6016 is #D29FE9. Grayscale: #484848. Windows color (decimal): -13803498 or 1466413. OLE color: 1466413.

HSL color Cylindrical-coordinate representation of color #2D6016: hue angle of 101.35º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D6016 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB459622-
CMYK0.5300.770.62
HSL101.35º62.71%23.14%-
HSV(B)101.35º77.08%37.65%-
XYZ5.418.982.21-
YUV72.3299.6108.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=27.61%
G=58.90%
B=13.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596220.5300.770.62101.3562.7123.14
Hex2D60163504D3E653f17
Octal5514026650115761457727
Binary10110111000001011011010101001101111110110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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