#2D391F

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

Shades of Pine Tree #2D391F

Tints of Pine Tree #2D391F

Color information

#2D391F (or 0x2D391F) is unknown color: approx Pine Tree. HEX triplet: 2D, 39 and 1F. RGB value is (45,57,31). Sum of RGB (Red+Green+Blue) = 45+57+31=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #2D391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D391F is #D2C6E0. Grayscale: #323232. Windows color (decimal): -13813473 or 2046253. OLE color: 2046253.

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

Color convert

RGB455731-
CMYK0.2100.460.78
HSL87.69º29.55%17.25%-
HSV(B)87.69º45.61%22.35%-
XYZ2.793.581.84-
YUV50.45117.02124.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=33.83%
G=42.86%
B=23.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4557310.2100.460.7887.6929.5517.25
Hex2D391F1502E4E581e11
Octal557137250561161303621
Binary10110111100111111101010101110100111010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,57,31); }

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

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

 a { background-color: rgb(45,57,31); }

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

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

 span { border-color: rgb(45,57,31); }

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