#2D661D

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

Shades of Green House #2D661D

Tints of Green House #2D661D

Color information

#2D661D (or 0x2D661D) is unknown color: approx Green House. HEX triplet: 2D, 66 and 1D. RGB value is (45,102,29). Sum of RGB (Red+Green+Blue) = 45+102+29=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #2D661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D661D is #D299E2. Grayscale: #4C4C4C. Windows color (decimal): -13801955 or 1926701. OLE color: 1926701.

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

Color convert

RGB4510229-
CMYK0.5600.720.6
HSL106.85º55.73%25.69%-
HSV(B)106.85º71.57%40%-
XYZ6.0610.152.8-
YUV76.63101.12105.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.57%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=25.57%
G=57.95%
B=16.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102290.5600.720.6106.8555.7325.69
Hex2D661D380483C6b381a
Octal5514635700110741537032
Binary10110111001101110111100001001000111100110101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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