#2D381F

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

Shades of Pine Tree #2D381F

Tints of Pine Tree #2D381F

Color information

#2D381F (or 0x2D381F) is unknown color: approx Pine Tree. HEX triplet: 2D, 38 and 1F. RGB value is (45,56,31). Sum of RGB (Red+Green+Blue) = 45+56+31=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381F is #D2C7E0. Grayscale: #313131. Windows color (decimal): -13813729 or 2045997. OLE color: 2045997.

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

Color convert

RGB455631-
CMYK0.2000.450.78
HSL86.4º28.74%17.06%-
HSV(B)86.4º44.64%21.96%-
XYZ2.743.491.82-
YUV49.86117.36124.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.09%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=34.09%
G=42.42%
B=23.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4556310.2000.450.7886.428.7417.06
Hex2D381F1402D4E561d11
Octal557037240551161263521
Binary10110111100011111101000101101100111010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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