#2C371E

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

Shades of Pine Tree #2C371E

Tints of Pine Tree #2C371E

Color information

#2C371E (or 0x2C371E) is unknown color: approx Pine Tree. HEX triplet: 2C, 37 and 1E. RGB value is (44,55,30). Sum of RGB (Red+Green+Blue) = 44+55+30=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #2C371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C371E is #D3C8E1. Grayscale: #303030. Windows color (decimal): -13879522 or 1980204. OLE color: 1980204.

HSL color Cylindrical-coordinate representation of color #2C371E: hue angle of 86.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C371E is Cyan = 0.2, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB445530-
CMYK0.200.450.78
HSL86.4º29.41%16.67%-
HSV(B)86.4º45.45%21.57%-
XYZ2.643.361.74-
YUV48.86117.36124.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=34.11%
G=42.64%
B=23.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4455300.200.450.7886.429.4116.67
Hex2C371E1402D4E561d11
Octal546736240551161263521
Binary10110011011111110101000101101100111010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,55,30); }

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

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

 a { background-color: rgb(44,55,30); }

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

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

 span { border-color: rgb(44,55,30); }

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