#2C6A1D

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

Shades of Green House #2C6A1D

Tints of Green House #2C6A1D

Color information

#2C6A1D (or 0x2C6A1D) is unknown color: approx Green House. HEX triplet: 2C, 6A and 1D. RGB value is (44,106,29). Sum of RGB (Red+Green+Blue) = 44+106+29=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6A1D is #D395E2. Grayscale: #4E4E4E. Windows color (decimal): -13866467 or 1927724. OLE color: 1927724.

HSL color Cylindrical-coordinate representation of color #2C6A1D: hue angle of 108.31º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C6A1D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB4410629-
CMYK0.5800.730.58
HSL108.31º57.04%26.47%-
HSV(B)108.31º72.64%41.57%-
XYZ6.4110.932.93-
YUV78.6899.96103.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=24.58%
G=59.22%
B=16.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44106290.5800.730.58108.3157.0426.47
Hex2C6A1D3A0493A6c391a
Octal5415235720111721547132
Binary10110011010101110111101001001001111010110110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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