Html Css Color HEX #121908 Pine Tree

📋 copy color: '#121908'

red 18 ◦ green 25 ◦ blue 8

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

Shades of Pine Tree #121908

Tints of Pine Tree #121908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 49.02%

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

R = 35.29%
G = 49.02%
B = 15.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.90

RGB Variations

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

Color information

#121908 (or 0x121908) is known color: Pine Tree. HEX triplet: 12, 19 and 08. RGB value is (18,25,8). Sum of RGB (Red+Green+Blue) = 18+25+8=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #121908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121908 is #EDE6F7. Grayscale: #151515. Windows color (decimal): -15591160 or 530706. OLE color: 530706.

HSL color Cylindrical-coordinate representation of color #121908: hue angle of 84.71º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121908 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 8 -
CMYK 0.28 0 0.68 0.90
HSL 84.71º 0.52% 0.06% -
HSV(B) 84.71º 0.68% 0.1% -
XYZ 0.64 0.84 0.36 -
YUV 20.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 18 25 8 0.28 0 0.68 0.90 84.71 0.52 0.06
Hex 12 19 8 1C 0 44 5A 55 34 6
Octal 22 31 10 34 0 104 132 125 64 6
Binary 10010 11001 1000 11100 0 1000100 1011010 1010101 110100 110

Color Harmonies of #121908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121908

Black with #121908

Text Example


Text Example

White with #121908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121908; }

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

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

background-color css

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

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

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

border-color css

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

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

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