Html Css Color HEX #121B03 Pine Tree

📋 copy color: '#121B03'

red 18 ◦ green 27 ◦ blue 3

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

Shades of Pine Tree #121B03

Tints of Pine Tree #121B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 56.25%

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

R = 37.5%
G = 56.25%
B = 6.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#121B03 (or 0x121B03) is known color: Pine Tree. HEX triplet: 12, 1B and 03. RGB value is (18,27,3). Sum of RGB (Red+Green+Blue) = 18+27+3=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #121B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B03 is #EDE4FC. Grayscale: #151515. Windows color (decimal): -15590653 or 203538. OLE color: 203538.

HSL color Cylindrical-coordinate representation of color #121B03: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121B03 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 27 3 -
CMYK 0.33 0 0.89 0.89
HSL 82.5º 0.8% 0.06% -
HSV(B) 82.5º 0.89% 0.11% -
XYZ 0.66 0.92 0.23 -
YUV 21.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 18 27 3 0.33 0 0.89 0.89 82.5 0.8 0.06
Hex 12 1B 3 21 0 59 59 52 50 6
Octal 22 33 3 41 0 131 131 122 120 6
Binary 10010 11011 11 100001 0 1011001 1011001 1010010 1010000 110

Color Harmonies of #121B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B03

Black with #121B03

Text Example


Text Example

White with #121B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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