Html Css Color HEX #122200 Pine Tree

📋 copy color: '#122200'

red 18 ◦ green 34 ◦ blue 0

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

Shades of Pine Tree #122200

Tints of Pine Tree #122200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 65.38%

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

R = 34.62%
G = 65.38%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#122200 (or 0x122200) is known color: Pine Tree. HEX triplet: 12, 22 and 00. RGB value is (18,34,0). Sum of RGB (Red+Green+Blue) = 18+34+0=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #122200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122200 is #EDDDFF. Grayscale: #191919. Windows color (decimal): -15588864 or 8722. OLE color: 8722.

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

Color convert

RGB 18 34 0 -
CMYK 0.47 0 1 0.87
HSL 88.24º 1% 0.07% -
HSV(B) 88.24º 1% 0.13% -
XYZ 0.82 1.27 0.2 -
YUV 25.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 18 34 0 0.47 0 1 0.87 88.24 1 0.07
Hex 12 22 0 2F 0 64 57 58 64 7
Octal 22 42 0 57 0 144 127 130 144 7
Binary 10010 100010 0 101111 0 1100100 1010111 1011000 1100100 111

Color Harmonies of #122200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122200

Black with #122200

Text Example


Text Example

White with #122200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122200; }

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

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

background-color css

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

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

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

border-color css

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

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

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