#18200B

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

Shades of Pine Tree #18200B

Tints of Pine Tree #18200B

Color information

#18200B (or 0x18200B) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 0B. RGB value is (24,32,11). Sum of RGB (Red+Green+Blue) = 24+32+11=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #18200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18200B is #E7DFF4. Grayscale: #1B1B1B. Windows color (decimal): -15196149 or 729112. OLE color: 729112.

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

Color convert

RGB243211-
CMYK0.2500.660.87
HSL82.86º48.84%8.43%-
HSV(B)82.86º65.62%12.55%-
XYZ0.951.250.51-
YUV27.21118.85125.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=35.82%
G=47.76%
B=16.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432110.2500.660.8782.8648.848.43
Hex1820B190425753318
Octal3040133101021271236110
Binary1100010000010111100101000010101011110100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18200B; }

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

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

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

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

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

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

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

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