#182011

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

Shades of Pine Tree #182011

Tints of Pine Tree #182011

Color information

#182011 (or 0x182011) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 11. RGB value is (24,32,17). Sum of RGB (Red+Green+Blue) = 24+32+17=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #182011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182011 is #E7DFEE. Grayscale: #1B1B1B. Windows color (decimal): -15196143 or 1122328. OLE color: 1122328.

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

Color convert

RGB243217-
CMYK0.2500.470.87
HSL92º30.61%9.61%-
HSV(B)92º46.88%12.55%-
XYZ0.991.270.72-
YUV27.9121.85125.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=32.88%
G=43.84%
B=23.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432170.2500.470.879230.619.61
Hex1820111902F575c1fa
Octal304021310571271343712
Binary110001000001000111001010111110101111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182011; }

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

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

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

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

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

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

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

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