Html Css Color HEX #121A0D Pine Tree

📋 copy color: '#121A0D'

red 18 ◦ green 26 ◦ blue 13

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

Shades of Pine Tree #121A0D

Tints of Pine Tree #121A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 45.61%

 BLUE value IS 13 (5.47% from 255) = 22.81%

R = 31.58%
G = 45.61%
B = 22.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.90

RGB Variations

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

Color information

#121A0D (or 0x121A0D) is known color: Pine Tree. HEX triplet: 12, 1A and 0D. RGB value is (18,26,13). Sum of RGB (Red+Green+Blue) = 18+26+13=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #121A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A0D is #EDE5F2. Grayscale: #161616. Windows color (decimal): -15590899 or 858642. OLE color: 858642.

HSL color Cylindrical-coordinate representation of color #121A0D: hue angle of 96.92º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121A0D is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 26 13 -
CMYK 0.31 0 0.5 0.90
HSL 96.92º 0.33% 0.08% -
HSV(B) 96.92º 0.5% 0.1% -
XYZ 0.69 0.9 0.52 -
YUV 22.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 18 26 13 0.31 0 0.5 0.90 96.92 0.33 0.08
Hex 12 1A D 1F 0 32 5A 61 21 8
Octal 22 32 15 37 0 62 132 141 41 10
Binary 10010 11010 1101 11111 0 110010 1011010 1100001 100001 1000

Color Harmonies of #121A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A0D

Black with #121A0D

Text Example


Text Example

White with #121A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,13); }

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

background-color css

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

 a { background-color: rgb(18,26,13); }

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

border-color css

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

 span { border-color: rgb(18,26,13); }

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