#121F0B

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

Shades of Pine Tree #121F0B

Tints of Pine Tree #121F0B

Color information

#121F0B (or 0x121F0B) is unknown color: approx Pine Tree. HEX triplet: 12, 1F and 0B. RGB value is (18,31,11). Sum of RGB (Red+Green+Blue) = 18+31+11=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #121F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F0B is #EDE0F4. Grayscale: #181818. Windows color (decimal): -15589621 or 728850. OLE color: 728850.

HSL color Cylindrical-coordinate representation of color #121F0B: hue angle of 99º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121F0B is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.88.

Color convert

RGB183111-
CMYK0.4200.650.88
HSL99º47.62%8.24%-
HSV(B)99º64.52%12.16%-
XYZ0.81.130.49-
YUV24.83120.19123.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 31 (12.5% from 255) = 51.67%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=30%
G=51.67%
B=18.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831110.4200.650.889947.628.24
Hex121FB2A0415863308
Octal2237135201011301436010
Binary1001011111101110101001000001101100011000111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F0B; }

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

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

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

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

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

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

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

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