Html Css Color HEX #121A04 Pine Tree

📋 copy color: '#121A04'

red 18 ◦ green 26 ◦ blue 4

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

Shades of Pine Tree #121A04

Tints of Pine Tree #121A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 54.17%

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

R = 37.5%
G = 54.17%
B = 8.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.90

RGB Variations

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

Color information

#121A04 (or 0x121A04) is known color: Pine Tree. HEX triplet: 12, 1A and 04. RGB value is (18,26,4). Sum of RGB (Red+Green+Blue) = 18+26+4=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #121A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A04 is #EDE5FB. Grayscale: #151515. Windows color (decimal): -15590908 or 268818. OLE color: 268818.

HSL color Cylindrical-coordinate representation of color #121A04: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121A04 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 26 4 -
CMYK 0.31 0 0.85 0.90
HSL 81.82º 0.73% 0.06% -
HSV(B) 81.82º 0.85% 0.1% -
XYZ 0.64 0.88 0.25 -
YUV 21.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 18 26 4 0.31 0 0.85 0.90 81.82 0.73 0.06
Hex 12 1A 4 1F 0 55 5A 52 49 6
Octal 22 32 4 37 0 125 132 122 111 6
Binary 10010 11010 100 11111 0 1010101 1011010 1010010 1001001 110

Color Harmonies of #121A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A04

Black with #121A04

Text Example


Text Example

White with #121A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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