#2C5F1D

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

Shades of Green House #2C5F1D

Tints of Green House #2C5F1D

Color information

#2C5F1D (or 0x2C5F1D) is unknown color: approx Green House. HEX triplet: 2C, 5F and 1D. RGB value is (44,95,29). Sum of RGB (Red+Green+Blue) = 44+95+29=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5F1D is #D3A0E2. Grayscale: #484848. Windows color (decimal): -13869283 or 1924908. OLE color: 1924908.

HSL color Cylindrical-coordinate representation of color #2C5F1D: hue angle of 106.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C5F1D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB449529-
CMYK0.5400.690.63
HSL106.36º53.23%24.31%-
HSV(B)106.36º69.47%37.25%-
XYZ5.358.812.58-
YUV72.23103.6107.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 95 (37.5% from 255) = 56.55%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=26.19%
G=56.55%
B=17.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4495290.5400.690.63106.3653.2324.31
Hex2C5F1D360453F6a3518
Octal5413735660105771526530
Binary10110010111111110111011001000101111111110101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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