Html Css Color HEX #121B0B Pine Tree

📋 copy color: '#121B0B'

red 18 ◦ green 27 ◦ blue 11

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

Shades of Pine Tree #121B0B

Tints of Pine Tree #121B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 32.14%
G = 48.21%
B = 19.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#121B0B (or 0x121B0B) is known color: Pine Tree. HEX triplet: 12, 1B and 0B. RGB value is (18,27,11). Sum of RGB (Red+Green+Blue) = 18+27+11=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #121B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B0B is #EDE4F4. Grayscale: #161616. Windows color (decimal): -15590645 or 727826. OLE color: 727826.

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

Color convert

RGB 18 27 11 -
CMYK 0.33 0 0.59 0.89
HSL 93.75º 0.42% 0.07% -
HSV(B) 93.75º 0.59% 0.11% -
XYZ 0.7 0.94 0.46 -
YUV 22.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 18 27 11 0.33 0 0.59 0.89 93.75 0.42 0.07
Hex 12 1B B 21 0 3B 59 5E 2A 7
Octal 22 33 13 41 0 73 131 136 52 7
Binary 10010 11011 1011 100001 0 111011 1011001 1011110 101010 111

Color Harmonies of #121B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B0B

Black with #121B0B

Text Example


Text Example

White with #121B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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