Html Css Color HEX #121B08 Pine Tree

📋 copy color: '#121B08'

red 18 ◦ green 27 ◦ blue 8

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

Shades of Pine Tree #121B08

Tints of Pine Tree #121B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 15.09%

R = 33.96%
G = 50.94%
B = 15.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.89

RGB Variations

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

Color information

#121B08 (or 0x121B08) is known color: Pine Tree. HEX triplet: 12, 1B and 08. RGB value is (18,27,8). Sum of RGB (Red+Green+Blue) = 18+27+8=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #121B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B08 is #EDE4F7. Grayscale: #161616. Windows color (decimal): -15590648 or 531218. OLE color: 531218.

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

Color convert

RGB 18 27 8 -
CMYK 0.33 0 0.70 0.89
HSL 88.42º 0.54% 0.07% -
HSV(B) 88.42º 0.7% 0.11% -
XYZ 0.69 0.93 0.37 -
YUV 22.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 18 27 8 0.33 0 0.70 0.89 88.42 0.54 0.07
Hex 12 1B 8 21 0 46 59 58 36 7
Octal 22 33 10 41 0 106 131 130 66 7
Binary 10010 11011 1000 100001 0 1000110 1011001 1011000 110110 111

Color Harmonies of #121B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B08

Black with #121B08

Text Example


Text Example

White with #121B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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