#2D661C

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

Shades of Green House #2D661C

Tints of Green House #2D661C

Color information

#2D661C (or 0x2D661C) is unknown color: approx Green House. HEX triplet: 2D, 66 and 1C. RGB value is (45,102,28). Sum of RGB (Red+Green+Blue) = 45+102+28=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #2D661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D661C is #D299E3. Grayscale: #4C4C4C. Windows color (decimal): -13801956 or 1861165. OLE color: 1861165.

HSL color Cylindrical-coordinate representation of color #2D661C: hue angle of 106.22º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D661C is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB4510228-
CMYK0.5600.730.6
HSL106.22º56.92%25.49%-
HSV(B)106.22º72.55%40%-
XYZ6.0410.142.74-
YUV76.52100.62105.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 28 (11.33% from 255) = 16%
R=25.71%
G=58.29%
B=16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102280.5600.730.6106.2256.9225.49
Hex2D661C380493C6a3919
Octal5514634700111741527131
Binary10110111001101110011100001001001111100110101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,102,28); }

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

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

 a { background-color: rgb(45,102,28); }

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

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

 span { border-color: rgb(45,102,28); }

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