#121F03

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

Shades of Pine Tree #121F03

Tints of Pine Tree #121F03

Color information

#121F03 (or 0x121F03) is unknown color: approx Pine Tree. HEX triplet: 12, 1F and 03. RGB value is (18,31,3). Sum of RGB (Red+Green+Blue) = 18+31+3=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #121F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F03 is #EDE0FC. Grayscale: #181818. Windows color (decimal): -15589629 or 204562. OLE color: 204562.

HSL color Cylindrical-coordinate representation of color #121F03: hue angle of 87.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121F03 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB18313-
CMYK0.4200.900.88
HSL87.86º82.35%6.67%-
HSV(B)87.86º90.32%12.16%-
XYZ0.761.120.26-
YUV23.92116.19123.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 31 (12.5% from 255) = 59.62%
BLUE value IS 3 (1.56% from 255) = 5.77%
R=34.62%
G=59.62%
B=5.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal183130.4200.900.8887.8682.356.67
Hex121F32A05A5858527
Octal223735201321301301227
Binary10010111111110101001011010101100010110001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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