Html Css Color HEX #122003 Pine Tree

📋 copy color: '#122003'

red 18 ◦ green 32 ◦ blue 3

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

Shades of Pine Tree #122003

Tints of Pine Tree #122003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.66%

R = 33.96%
G = 60.38%
B = 5.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#122003 (or 0x122003) is known color: Pine Tree. HEX triplet: 12, 20 and 03. RGB value is (18,32,3). Sum of RGB (Red+Green+Blue) = 18+32+3=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #122003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122003 is #EDDFFC. Grayscale: #181818. Windows color (decimal): -15589373 or 204818. OLE color: 204818.

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

Color convert

RGB 18 32 3 -
CMYK 0.44 0 0.91 0.87
HSL 88.97º 0.83% 0.07% -
HSV(B) 88.97º 0.91% 0.13% -
XYZ 0.78 1.17 0.27 -
YUV 24.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 18 32 3 0.44 0 0.91 0.87 88.97 0.83 0.07
Hex 12 20 3 2C 0 5B 57 59 53 7
Octal 22 40 3 54 0 133 127 131 123 7
Binary 10010 100000 11 101100 0 1011011 1010111 1011001 1010011 111

Color Harmonies of #122003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122003

Black with #122003

Text Example


Text Example

White with #122003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122003; }

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

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

background-color css

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

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

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

border-color css

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

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

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