#2D6020

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

Shades of Green House #2D6020

Tints of Green House #2D6020

Color information

#2D6020 (or 0x2D6020) is unknown color: approx Green House. HEX triplet: 2D, 60 and 20. RGB value is (45,96,32). Sum of RGB (Red+Green+Blue) = 45+96+32=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6020 is #D29FDF. Grayscale: #494949. Windows color (decimal): -13803488 or 2121773. OLE color: 2121773.

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

Color convert

RGB459632-
CMYK0.5300.670.62
HSL107.81º50%25.1%-
HSV(B)107.81º66.67%37.65%-
XYZ5.539.032.82-
YUV73.46104.6107.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.01%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=26.01%
G=55.49%
B=18.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596320.5300.670.62107.815025.1
Hex2D6020350433E6c3219
Octal5514040650103761546231
Binary101101110000010000011010101000011111110110110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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