#2D3F17

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

Shades of Pine Tree #2D3F17

Tints of Pine Tree #2D3F17

Color information

#2D3F17 (or 0x2D3F17) is unknown color: approx Pine Tree. HEX triplet: 2D, 3F and 17. RGB value is (45,63,23). Sum of RGB (Red+Green+Blue) = 45+63+23=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F17 is #D2C0E8. Grayscale: #353535. Windows color (decimal): -13811945 or 1523501. OLE color: 1523501.

HSL color Cylindrical-coordinate representation of color #2D3F17: hue angle of 87º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D3F17 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB456323-
CMYK0.2900.630.75
HSL87º46.51%16.86%-
HSV(B)87º63.49%24.71%-
XYZ3.014.171.46-
YUV53.06111.04122.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.35%
GREEN value IS 63 (25% from 255) = 48.09%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=34.35%
G=48.09%
B=17.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4563230.2900.630.758746.5116.86
Hex2D3F171D03F4B572f11
Octal557727350771131275721
Binary101101111111101111110101111111001011101011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,63,23); }

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

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

 a { background-color: rgb(45,63,23); }

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

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

 span { border-color: rgb(45,63,23); }

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