#12200B

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

Shades of Pine Tree #12200B

Tints of Pine Tree #12200B

Color information

#12200B (or 0x12200B) is unknown color: approx Pine Tree. HEX triplet: 12, 20 and 0B. RGB value is (18,32,11). Sum of RGB (Red+Green+Blue) = 18+32+11=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #12200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12200B is #EDDFF4. Grayscale: #191919. Windows color (decimal): -15589365 or 729106. OLE color: 729106.

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

Color convert

RGB183211-
CMYK0.4400.660.87
HSL100º48.84%8.43%-
HSV(B)100º65.62%12.55%-
XYZ0.831.190.5-
YUV25.42119.86122.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 32 (12.89% from 255) = 52.46%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=29.51%
G=52.46%
B=18.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832110.4400.660.8710048.848.43
Hex1220B2C0425764318
Octal2240135401021271446110
Binary10010100000101110110001000010101011111001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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