#2C6023

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

Shades of Green House #2C6023

Tints of Green House #2C6023

Color information

#2C6023 (or 0x2C6023) is unknown color: approx Green House. HEX triplet: 2C, 60 and 23. RGB value is (44,96,35). Sum of RGB (Red+Green+Blue) = 44+96+35=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6023 is #D39FDC. Grayscale: #494949. Windows color (decimal): -13869021 or 2318380. OLE color: 2318380.

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

Color convert

RGB449635-
CMYK0.5400.640.62
HSL111.15º46.56%25.69%-
HSV(B)111.15º63.54%37.65%-
XYZ5.529.023.04-
YUV73.5106.27106.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.14%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 35 (14.06% from 255) = 20%
R=25.14%
G=54.86%
B=20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496350.5400.640.62111.1546.5625.69
Hex2C6023360403E6f2f1a
Octal5414043660100761575732
Binary101100110000010001111011001000000111110110111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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