Html Css Color HEX #122000 Pine Tree

📋 copy color: '#122000'

red 18 ◦ green 32 ◦ blue 0

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

Shades of Pine Tree #122000

Tints of Pine Tree #122000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36%
G = 64%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#122000 (or 0x122000) is known color: Pine Tree. HEX triplet: 12, 20 and 00. RGB value is (18,32,0). Sum of RGB (Red+Green+Blue) = 18+32+0=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #122000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122000 is #EDDFFF. Grayscale: #181818. Windows color (decimal): -15589376 or 8210. OLE color: 8210.

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

Color convert

RGB 18 32 0 -
CMYK 0.44 0 1 0.87
HSL 86.25º 1% 0.06% -
HSV(B) 86.25º 1% 0.13% -
XYZ 0.77 1.16 0.18 -
YUV 24.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 18 32 0 0.44 0 1 0.87 86.25 1 0.06
Hex 12 20 0 2C 0 64 57 56 64 6
Octal 22 40 0 54 0 144 127 126 144 6
Binary 10010 100000 0 101100 0 1100100 1010111 1010110 1100100 110

Color Harmonies of #122000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122000

Black with #122000

Text Example


Text Example

White with #122000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122000; }

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

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

background-color css

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

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

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

border-color css

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

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

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