#2D371D

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

Shades of Pine Tree #2D371D

Tints of Pine Tree #2D371D

Color information

#2D371D (or 0x2D371D) is unknown color: approx Pine Tree. HEX triplet: 2D, 37 and 1D. RGB value is (45,55,29). Sum of RGB (Red+Green+Blue) = 45+55+29=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #2D371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D371D is #D2C8E2. Grayscale: #313131. Windows color (decimal): -13813987 or 1914669. OLE color: 1914669.

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

Color convert

RGB455529-
CMYK0.1800.470.78
HSL83.08º30.95%16.47%-
HSV(B)83.08º47.27%21.57%-
XYZ2.673.381.67-
YUV49.05116.69125.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.88%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=34.88%
G=42.64%
B=22.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4555290.1800.470.7883.0830.9516.47
Hex2D371D1202F4E531f10
Octal556735220571161233720
Binary10110111011111101100100101111100111010100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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