#2D371E

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

Shades of Pine Tree #2D371E

Tints of Pine Tree #2D371E

Color information

#2D371E (or 0x2D371E) is unknown color: approx Pine Tree. HEX triplet: 2D, 37 and 1E. RGB value is (45,55,30). Sum of RGB (Red+Green+Blue) = 45+55+30=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #2D371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D371E is #D2C8E1. Grayscale: #313131. Windows color (decimal): -13813986 or 1980205. OLE color: 1980205.

HSL color Cylindrical-coordinate representation of color #2D371E: hue angle of 84º 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 #2D371E is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB455530-
CMYK0.1800.450.78
HSL84º29.41%16.67%-
HSV(B)84º45.45%21.57%-
XYZ2.683.381.74-
YUV49.16117.19125.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=34.62%
G=42.31%
B=23.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4555300.1800.450.788429.4116.67
Hex2D371E1202D4E541d11
Octal556736220551161243521
Binary10110111011111110100100101101100111010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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