#2C3819

Color #2C3819 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #2C3819

Tints of Pine Tree #2C3819

Color information

#2C3819 (or 0x2C3819) is unknown color: approx Pine Tree. HEX triplet: 2C, 38 and 19. RGB value is (44,56,25). Sum of RGB (Red+Green+Blue) = 44+56+25=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #2C3819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3819 is #D3C7E6. Grayscale: #303030. Windows color (decimal): -13879271 or 1652780. OLE color: 1652780.

HSL color Cylindrical-coordinate representation of color #2C3819: hue angle of 83.23º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C3819 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB445625-
CMYK0.2100.550.78
HSL83.23º38.27%15.88%-
HSV(B)83.23º55.36%21.96%-
XYZ2.633.431.44-
YUV48.88114.52124.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.2%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 25 (10.16% from 255) = 20%
R=35.2%
G=44.8%
B=20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4456250.2100.550.7883.2338.2715.88
Hex2C3819150374E532610
Octal547031250671161234620
Binary101100111000110011010101101111001110101001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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