Html Css Color HEX #121D04 Pine Tree

📋 copy color: '#121D04'

red 18 ◦ green 29 ◦ blue 4

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

Shades of Pine Tree #121D04

Tints of Pine Tree #121D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 56.86%

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

R = 35.29%
G = 56.86%
B = 7.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#121D04 (or 0x121D04) is known color: Pine Tree. HEX triplet: 12, 1D and 04. RGB value is (18,29,4). Sum of RGB (Red+Green+Blue) = 18+29+4=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #121D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D04 is #EDE2FB. Grayscale: #161616. Windows color (decimal): -15590140 or 269586. OLE color: 269586.

HSL color Cylindrical-coordinate representation of color #121D04: hue angle of 86.4º degrees, saturation: 0.76, 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 #121D04 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 29 4 -
CMYK 0.38 0 0.86 0.89
HSL 86.4º 0.76% 0.06% -
HSV(B) 86.4º 0.86% 0.11% -
XYZ 0.71 1.02 0.27 -
YUV 22.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 18 29 4 0.38 0 0.86 0.89 86.4 0.76 0.06
Hex 12 1D 4 26 0 56 59 56 4C 6
Octal 22 35 4 46 0 126 131 126 114 6
Binary 10010 11101 100 100110 0 1010110 1011001 1010110 1001100 110

Color Harmonies of #121D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D04

Black with #121D04

Text Example


Text Example

White with #121D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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