#182013

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

Shades of Pine Tree #182013

Tints of Pine Tree #182013

Color information

#182013 (or 0x182013) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 13. RGB value is (24,32,19). Sum of RGB (Red+Green+Blue) = 24+32+19=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #182013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182013 is #E7DFEC. Grayscale: #1C1C1C. Windows color (decimal): -15196141 or 1253400. OLE color: 1253400.

HSL color Cylindrical-coordinate representation of color #182013: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #182013 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB243219-
CMYK0.2500.410.87
HSL96.92º25.49%10%-
HSV(B)96.92º40.62%12.55%-
XYZ1.011.270.81-
YUV28.13122.85125.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=32%
G=42.67%
B=25.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432190.2500.410.8796.9225.4910
Hex18201319029576119a
Octal304023310511271413112
Binary110001000001001111001010100110101111100001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182013; }

 p { color: rgb(24,32,19); }

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

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

 a { background-color: rgb(24,32,19); }

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

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

 span { border-color: rgb(24,32,19); }

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