#18210B

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

Shades of Pine Tree #18210B

Tints of Pine Tree #18210B

Color information

#18210B (or 0x18210B) is unknown color: approx Pine Tree. HEX triplet: 18, 21 and 0B. RGB value is (24,33,11). Sum of RGB (Red+Green+Blue) = 24+33+11=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #18210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18210B is #E7DEF4. Grayscale: #1B1B1B. Windows color (decimal): -15195893 or 729368. OLE color: 729368.

HSL color Cylindrical-coordinate representation of color #18210B: hue angle of 84.55º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18210B is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB243311-
CMYK0.2700.670.87
HSL84.55º50%8.63%-
HSV(B)84.55º66.67%12.94%-
XYZ0.981.310.52-
YUV27.8118.52125.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.29%
GREEN value IS 33 (13.28% from 255) = 48.53%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=35.29%
G=48.53%
B=16.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433110.2700.670.8784.55508.63
Hex1821B1B0435755329
Octal3041133301031271256211
Binary1100010000110111101101000011101011110101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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