#2C3027

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

Shades of Pine Tree #2C3027

Tints of Pine Tree #2C3027

Color information

#2C3027 (or 0x2C3027) is unknown color: approx Pine Tree. HEX triplet: 2C, 30 and 27. RGB value is (44,48,39). Sum of RGB (Red+Green+Blue) = 44+48+39=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3027 is #D3CFD8. Grayscale: #2D2D2D. Windows color (decimal): -13881305 or 2568236. OLE color: 2568236.

HSL color Cylindrical-coordinate representation of color #2C3027: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2C3027 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB444839-
CMYK0.0800.190.81
HSL86.67º10.34%17.06%-
HSV(B)86.67º18.75%18.82%-
XYZ2.462.82.33-
YUV45.78124.17126.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.59%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=33.59%
G=36.64%
B=29.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448390.0800.190.8186.6710.3417.06
Hex2C302780135157a11
Octal546047100231211271221
Binary101100110000100111100001001110100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,48,39); }

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

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

 a { background-color: rgb(44,48,39); }

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

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

 span { border-color: rgb(44,48,39); }

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