#2D3C18

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

Shades of Pine Tree #2D3C18

Tints of Pine Tree #2D3C18

Color information

#2D3C18 (or 0x2D3C18) is unknown color: approx Pine Tree. HEX triplet: 2D, 3C and 18. RGB value is (45,60,24). Sum of RGB (Red+Green+Blue) = 45+60+24=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C18 is #D2C3E7. Grayscale: #333333. Windows color (decimal): -13812712 or 1588269. OLE color: 1588269.

HSL color Cylindrical-coordinate representation of color #2D3C18: hue angle of 85º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D3C18 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB456024-
CMYK0.2500.600.76
HSL85º42.86%16.47%-
HSV(B)85º60%23.53%-
XYZ2.863.861.46-
YUV51.41112.53123.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.88%
GREEN value IS 60 (23.83% from 255) = 46.51%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=34.88%
G=46.51%
B=18.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4560240.2500.600.768542.8616.47
Hex2D3C181903C4C552b10
Octal557430310741141255320
Binary101101111100110001100101111001001100101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,60,24); }

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

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

 a { background-color: rgb(45,60,24); }

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

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

 span { border-color: rgb(45,60,24); }

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