#2D6216

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

Shades of Green House #2D6216

Tints of Green House #2D6216

Color information

#2D6216 (or 0x2D6216) is unknown color: approx Green House. HEX triplet: 2D, 62 and 16. RGB value is (45,98,22). Sum of RGB (Red+Green+Blue) = 45+98+22=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6216 is #D29DE9. Grayscale: #494949. Windows color (decimal): -13802986 or 1466925. OLE color: 1466925.

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

Color convert

RGB459822-
CMYK0.5400.780.62
HSL101.84º63.33%23.53%-
HSV(B)101.84º77.55%38.43%-
XYZ5.599.352.27-
YUV73.4998.94107.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=27.27%
G=59.39%
B=13.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4598220.5400.780.62101.8463.3323.53
Hex2D62163604E3E663f18
Octal5514226660116761467730
Binary10110111000101011011011001001110111110110011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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