#121C04

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

Shades of Pine Tree #121C04

Tints of Pine Tree #121C04

Color information

#121C04 (or 0x121C04) is unknown color: approx Pine Tree. HEX triplet: 12, 1C and 04. RGB value is (18,28,4). Sum of RGB (Red+Green+Blue) = 18+28+4=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #121C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C04 is #EDE3FB. Grayscale: #161616. Windows color (decimal): -15590396 or 269330. OLE color: 269330.

HSL color Cylindrical-coordinate representation of color #121C04: hue angle of 85º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121C04 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB18284-
CMYK0.3600.860.89
HSL85º75%6.27%-
HSV(B)85º85.71%10.98%-
XYZ0.690.970.27-
YUV22.27117.69124.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 28 (11.33% from 255) = 56%
BLUE value IS 4 (1.95% from 255) = 8%
R=36%
G=56%
B=8%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182840.3600.860.8985756.27
Hex121C42405659554b6
Octal223444401261311251136
Binary100101110010010010001010110101100110101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,4); }

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

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

 a { background-color: rgb(18,28,4); }

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

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

 span { border-color: rgb(18,28,4); }

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