#2D381E

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

Shades of Pine Tree #2D381E

Tints of Pine Tree #2D381E

Color information

#2D381E (or 0x2D381E) is unknown color: approx Pine Tree. HEX triplet: 2D, 38 and 1E. RGB value is (45,56,30). Sum of RGB (Red+Green+Blue) = 45+56+30=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381E is #D2C7E1. Grayscale: #313131. Windows color (decimal): -13813730 or 1980461. OLE color: 1980461.

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

Color convert

RGB455630-
CMYK0.2000.460.78
HSL85.38º30.23%16.86%-
HSV(B)85.38º46.43%21.96%-
XYZ2.733.481.76-
YUV49.75116.86124.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.35%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=34.35%
G=42.75%
B=22.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4556300.2000.460.7885.3830.2316.86
Hex2D381E1402E4E551e11
Octal557036240561161253621
Binary10110111100011110101000101110100111010101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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