#2C6719

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

Shades of Green House #2C6719

Tints of Green House #2C6719

Color information

#2C6719 (or 0x2C6719) is unknown color: approx Green House. HEX triplet: 2C, 67 and 19. RGB value is (44,103,25). Sum of RGB (Red+Green+Blue) = 44+103+25=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #2C6719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6719 is #D398E6. Grayscale: #4C4C4C. Windows color (decimal): -13867239 or 1664812. OLE color: 1664812.

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

Color convert

RGB4410325-
CMYK0.5700.760.60
HSL105.38º60.94%25.1%-
HSV(B)105.38º75.73%40.39%-
XYZ6.0610.312.59-
YUV76.4798.95104.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 103 (40.62% from 255) = 59.88%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=25.58%
G=59.88%
B=14.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44103250.5700.760.60105.3860.9425.1
Hex2C67193904C3C693d19
Octal5414731710114741517531
Binary10110011001111100111100101001100111100110100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,103,25); }

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

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

 a { background-color: rgb(44,103,25); }

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

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

 span { border-color: rgb(44,103,25); }

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