Html Css Color HEX #121E0A Pine Tree

📋 copy color: '#121E0A'

red 18 ◦ green 30 ◦ blue 10

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

Shades of Pine Tree #121E0A

Tints of Pine Tree #121E0A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 51.72%

 BLUE value IS 10 (4.3% from 255) = 17.24%

R = 31.03%
G = 51.72%
B = 17.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.88

RGB Variations

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

Color information

#121E0A (or 0x121E0A) is known color: Pine Tree. HEX triplet: 12, 1E and 0A. RGB value is (18,30,10). Sum of RGB (Red+Green+Blue) = 18+30+10=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #121E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E0A is #EDE1F5. Grayscale: #181818. Windows color (decimal): -15589878 or 663058. OLE color: 663058.

HSL color Cylindrical-coordinate representation of color #121E0A: hue angle of 96º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121E0A is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 30 10 -
CMYK 0.40 0 0.67 0.88
HSL 96º 0.5% 0.08% -
HSV(B) 96º 0.67% 0.12% -
XYZ 0.77 1.08 0.45 -
YUV 24.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 18 30 10 0.40 0 0.67 0.88 96 0.5 0.08
Hex 12 1E A 28 0 43 58 60 32 8
Octal 22 36 12 50 0 103 130 140 62 10
Binary 10010 11110 1010 101000 0 1000011 1011000 1100000 110010 1000

Color Harmonies of #121E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E0A

Black with #121E0A

Text Example


Text Example

White with #121E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,10); }

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

background-color css

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

 a { background-color: rgb(18,30,10); }

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

border-color css

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

 span { border-color: rgb(18,30,10); }

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