Html Css Color HEX #121C0D Pine Tree

📋 copy color: '#121C0D'

red 18 ◦ green 28 ◦ blue 13

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

Shades of Pine Tree #121C0D

Tints of Pine Tree #121C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 47.46%

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

R = 30.51%
G = 47.46%
B = 22.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#121C0D (or 0x121C0D) is known color: Pine Tree. HEX triplet: 12, 1C and 0D. RGB value is (18,28,13). Sum of RGB (Red+Green+Blue) = 18+28+13=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #121C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C0D is #EDE3F2. Grayscale: #171717. Windows color (decimal): -15590387 or 859154. OLE color: 859154.

HSL color Cylindrical-coordinate representation of color #121C0D: hue angle of 100º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121C0D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 28 13 -
CMYK 0.36 0 0.54 0.89
HSL 100º 0.37% 0.08% -
HSV(B) 100º 0.54% 0.11% -
XYZ 0.74 0.99 0.53 -
YUV 23.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 18 28 13 0.36 0 0.54 0.89 100 0.37 0.08
Hex 12 1C D 24 0 36 59 64 25 8
Octal 22 34 15 44 0 66 131 144 45 10
Binary 10010 11100 1101 100100 0 110110 1011001 1100100 100101 1000

Color Harmonies of #121C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C0D

Black with #121C0D

Text Example


Text Example

White with #121C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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