#12210B

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

Shades of Pine Tree #12210B

Tints of Pine Tree #12210B

Color information

#12210B (or 0x12210B) is unknown color: approx Pine Tree. HEX triplet: 12, 21 and 0B. RGB value is (18,33,11). Sum of RGB (Red+Green+Blue) = 18+33+11=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #12210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12210B is #EDDEF4. Grayscale: #1A1A1A. Windows color (decimal): -15589109 or 729362. OLE color: 729362.

HSL color Cylindrical-coordinate representation of color #12210B: hue angle of 100.91º 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 #12210B is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB183311-
CMYK0.4500.670.87
HSL100.91º50%8.63%-
HSV(B)100.91º66.67%12.94%-
XYZ0.851.240.51-
YUV26.01119.53122.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=29.03%
G=53.23%
B=17.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833110.4500.670.87100.91508.63
Hex1221B2D0435765329
Octal2241135501031271456211
Binary10010100001101110110101000011101011111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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