#2D381A

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

Shades of Pine Tree #2D381A

Tints of Pine Tree #2D381A

Color information

#2D381A (or 0x2D381A) is unknown color: approx Pine Tree. HEX triplet: 2D, 38 and 1A. RGB value is (45,56,26). Sum of RGB (Red+Green+Blue) = 45+56+26=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381A is #D2C7E5. Grayscale: #313131. Windows color (decimal): -13813734 or 1718317. OLE color: 1718317.

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

Color convert

RGB455626-
CMYK0.2000.540.78
HSL82º36.59%16.08%-
HSV(B)82º53.57%21.96%-
XYZ2.683.461.5-
YUV49.29114.86124.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.43%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=35.43%
G=44.09%
B=20.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4556260.2000.540.788236.5916.08
Hex2D381A140364E522510
Octal557032240661161224520
Binary101101111000110101010001101101001110101001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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