Html Css Color HEX #121B05 Pine Tree

📋 copy color: '#121B05'

red 18 ◦ green 27 ◦ blue 5

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

Shades of Pine Tree #121B05

Tints of Pine Tree #121B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10%

R = 36%
G = 54%
B = 10%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.89

RGB Variations

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

Color information

#121B05 (or 0x121B05) is known color: Pine Tree. HEX triplet: 12, 1B and 05. RGB value is (18,27,5). Sum of RGB (Red+Green+Blue) = 18+27+5=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #121B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B05 is #EDE4FA. Grayscale: #151515. Windows color (decimal): -15590651 or 334610. OLE color: 334610.

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

Color convert

RGB 18 27 5 -
CMYK 0.33 0 0.81 0.89
HSL 84.55º 0.69% 0.06% -
HSV(B) 84.55º 0.81% 0.11% -
XYZ 0.67 0.92 0.29 -
YUV 21.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 18 27 5 0.33 0 0.81 0.89 84.55 0.69 0.06
Hex 12 1B 5 21 0 51 59 55 45 6
Octal 22 33 5 41 0 121 131 125 105 6
Binary 10010 11011 101 100001 0 1010001 1011001 1010101 1000101 110

Color Harmonies of #121B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B05

Black with #121B05

Text Example


Text Example

White with #121B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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