#2C601D

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

Shades of Green House #2C601D

Tints of Green House #2C601D

Color information

#2C601D (or 0x2C601D) is unknown color: approx Green House. HEX triplet: 2C, 60 and 1D. RGB value is (44,96,29). Sum of RGB (Red+Green+Blue) = 44+96+29=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #2C601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C601D is #D39FE2. Grayscale: #494949. Windows color (decimal): -13869027 or 1925164. OLE color: 1925164.

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

Color convert

RGB449629-
CMYK0.5400.700.62
HSL106.57º53.6%24.51%-
HSV(B)106.57º69.79%37.65%-
XYZ5.448.992.61-
YUV72.81103.27107.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=26.04%
G=56.80%
B=17.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496290.5400.700.62106.5753.624.51
Hex2C601D360463E6b3619
Octal5414035660106761536631
Binary10110011000001110111011001000110111110110101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,29); }

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

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

 a { background-color: rgb(44,96,29); }

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

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

 span { border-color: rgb(44,96,29); }

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