Html Css Color HEX #121F04 Pine Tree

📋 copy color: '#121F04'

red 18 ◦ green 31 ◦ blue 4

#121F04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #121F04

Tints of Pine Tree #121F04

RGB

 RED value IS 18 (7.42% from 255) = 33.96%

 GREEN value IS 31 (12.5% from 255) = 58.49%

 BLUE value IS 4 (1.95% from 255) = 7.55%

R = 33.96%
G = 58.49%
B = 7.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#121F04 (or 0x121F04) is known color: Pine Tree. HEX triplet: 12, 1F and 04. RGB value is (18,31,4). Sum of RGB (Red+Green+Blue) = 18+31+4=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #121F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F04 is #EDE0FB. Grayscale: #181818. Windows color (decimal): -15589628 or 270098. OLE color: 270098.

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

Color convert

RGB 18 31 4 -
CMYK 0.42 0 0.87 0.88
HSL 88.89º 0.77% 0.07% -
HSV(B) 88.89º 0.87% 0.12% -
XYZ 0.76 1.12 0.29 -
YUV 24.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 18 31 4 0.42 0 0.87 0.88 88.89 0.77 0.07
Hex 12 1F 4 2A 0 57 58 59 4D 7
Octal 22 37 4 52 0 127 130 131 115 7
Binary 10010 11111 100 101010 0 1010111 1011000 1011001 1001101 111

Color Harmonies of #121F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F04

Black with #121F04

Text Example


Text Example

White with #121F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #121F04;
 }
 .AnyTagClassName
 {
   color: #121F04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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