Html Css Color HEX #121A03 Pine Tree

📋 copy color: '#121A03'

red 18 ◦ green 26 ◦ blue 3

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

Shades of Pine Tree #121A03

Tints of Pine Tree #121A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 55.32%

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

R = 38.3%
G = 55.32%
B = 6.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.90

RGB Variations

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

Color information

#121A03 (or 0x121A03) is known color: Pine Tree. HEX triplet: 12, 1A and 03. RGB value is (18,26,3). Sum of RGB (Red+Green+Blue) = 18+26+3=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #121A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A03 is #EDE5FC. Grayscale: #151515. Windows color (decimal): -15590909 or 203282. OLE color: 203282.

HSL color Cylindrical-coordinate representation of color #121A03: hue angle of 80.87º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121A03 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 26 3 -
CMYK 0.31 0 0.88 0.90
HSL 80.87º 0.79% 0.06% -
HSV(B) 80.87º 0.88% 0.1% -
XYZ 0.64 0.87 0.22 -
YUV 20.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 18 26 3 0.31 0 0.88 0.90 80.87 0.79 0.06
Hex 12 1A 3 1F 0 58 5A 51 4F 6
Octal 22 32 3 37 0 130 132 121 117 6
Binary 10010 11010 11 11111 0 1011000 1011010 1010001 1001111 110

Color Harmonies of #121A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A03

Black with #121A03

Text Example


Text Example

White with #121A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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