#2D601F

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

Shades of Green House #2D601F

Tints of Green House #2D601F

Color information

#2D601F (or 0x2D601F) is unknown color: approx Green House. HEX triplet: 2D, 60 and 1F. RGB value is (45,96,31). Sum of RGB (Red+Green+Blue) = 45+96+31=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #2D601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D601F is #D29FE0. Grayscale: #494949. Windows color (decimal): -13803489 or 2056237. OLE color: 2056237.

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

Color convert

RGB459631-
CMYK0.5300.680.62
HSL107.08º51.18%24.9%-
HSV(B)107.08º67.71%37.65%-
XYZ5.519.022.75-
YUV73.34104.1107.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=26.16%
G=55.81%
B=18.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596310.5300.680.62107.0851.1824.9
Hex2D601F350443E6b3319
Octal5514037650104761536331
Binary10110111000001111111010101000100111110110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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