#2C6313

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

Shades of Green House #2C6313

Tints of Green House #2C6313

Color information

#2C6313 (or 0x2C6313) is unknown color: approx Green House. HEX triplet: 2C, 63 and 13. RGB value is (44,99,19). Sum of RGB (Red+Green+Blue) = 44+99+19=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6313 is #D39CEC. Grayscale: #494949. Windows color (decimal): -13868269 or 1270572. OLE color: 1270572.

HSL color Cylindrical-coordinate representation of color #2C6313: hue angle of 101.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C6313 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB449919-
CMYK0.5600.810.61
HSL101.25º67.8%23.14%-
HSV(B)101.25º80.81%38.82%-
XYZ5.629.512.15-
YUV73.4497.28107-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.16%
GREEN value IS 99 (39.06% from 255) = 61.11%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=27.16%
G=61.11%
B=11.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4499190.5600.810.61101.2567.823.14
Hex2C6313380513D654417
Octal54143237001217514510427
Binary101100110001110011111000010100011111011100101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,99,19); }

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

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

 a { background-color: rgb(44,99,19); }

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

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

 span { border-color: rgb(44,99,19); }

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