Html Css Color HEX #122503 Pine Tree

📋 copy color: '#122503'

red 18 ◦ green 37 ◦ blue 3

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

Shades of Pine Tree #122503

Tints of Pine Tree #122503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 63.79%

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

R = 31.03%
G = 63.79%
B = 5.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.85

RGB Variations

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

Color information

#122503 (or 0x122503) is known color: Pine Tree. HEX triplet: 12, 25 and 03. RGB value is (18,37,3). Sum of RGB (Red+Green+Blue) = 18+37+3=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #122503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122503 is #EDDAFC. Grayscale: #1B1B1B. Windows color (decimal): -15588093 or 206098. OLE color: 206098.

HSL color Cylindrical-coordinate representation of color #122503: hue angle of 93.53º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122503 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 3 -
CMYK 0.51 0 0.92 0.85
HSL 93.53º 0.85% 0.08% -
HSV(B) 93.53º 0.92% 0.15% -
XYZ 0.93 1.46 0.32 -
YUV 27.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 18 37 3 0.51 0 0.92 0.85 93.53 0.85 0.08
Hex 12 25 3 33 0 5C 55 5E 55 8
Octal 22 45 3 63 0 134 125 136 125 10
Binary 10010 100101 11 110011 0 1011100 1010101 1011110 1010101 1000

Color Harmonies of #122503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122503

Black with #122503

Text Example


Text Example

White with #122503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122503; }

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

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

background-color css

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

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

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

border-color css

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

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

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