Html Css Color HEX #122004 Pine Tree

📋 copy color: '#122004'

red 18 ◦ green 32 ◦ blue 4

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

Shades of Pine Tree #122004

Tints of Pine Tree #122004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 59.26%

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

R = 33.33%
G = 59.26%
B = 7.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#122004 (or 0x122004) is known color: Pine Tree. HEX triplet: 12, 20 and 04. RGB value is (18,32,4). Sum of RGB (Red+Green+Blue) = 18+32+4=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #122004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122004 is #EDDFFB. Grayscale: #181818. Windows color (decimal): -15589372 or 270354. OLE color: 270354.

HSL color Cylindrical-coordinate representation of color #122004: hue angle of 90º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122004 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 32 4 -
CMYK 0.44 0 0.87 0.87
HSL 90º 0.78% 0.07% -
HSV(B) 90º 0.88% 0.13% -
XYZ 0.79 1.17 0.3 -
YUV 24.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 18 32 4 0.44 0 0.87 0.87 90 0.78 0.07
Hex 12 20 4 2C 0 57 57 5A 4E 7
Octal 22 40 4 54 0 127 127 132 116 7
Binary 10010 100000 100 101100 0 1010111 1010111 1011010 1001110 111

Color Harmonies of #122004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122004

Black with #122004

Text Example


Text Example

White with #122004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122004; }

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

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

background-color css

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

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

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

border-color css

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

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

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