#2D601E

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

Shades of Green House #2D601E

Tints of Green House #2D601E

Color information

#2D601E (or 0x2D601E) is unknown color: approx Green House. HEX triplet: 2D, 60 and 1E. RGB value is (45,96,30). Sum of RGB (Red+Green+Blue) = 45+96+30=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #2D601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D601E is #D29FE1. Grayscale: #494949. Windows color (decimal): -13803490 or 1990701. OLE color: 1990701.

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

Color convert

RGB459630-
CMYK0.5300.690.62
HSL106.36º52.38%24.71%-
HSV(B)106.36º68.75%37.65%-
XYZ5.59.022.68-
YUV73.23103.6107.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.32%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=26.32%
G=56.14%
B=17.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596300.5300.690.62106.3652.3824.71
Hex2D601E350453E6a3419
Octal5514036650105761526431
Binary10110111000001111011010101000101111110110101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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