Html Css Color HEX #121F0A Pine Tree

📋 copy color: '#121F0A'

red 18 ◦ green 31 ◦ blue 10

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

Shades of Pine Tree #121F0A

Tints of Pine Tree #121F0A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 52.54%

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

R = 30.51%
G = 52.54%
B = 16.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#121F0A (or 0x121F0A) is known color: Pine Tree. HEX triplet: 12, 1F and 0A. RGB value is (18,31,10). Sum of RGB (Red+Green+Blue) = 18+31+10=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #121F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F0A is #EDE0F5. Grayscale: #181818. Windows color (decimal): -15589622 or 663314. OLE color: 663314.

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

Color convert

RGB 18 31 10 -
CMYK 0.42 0 0.68 0.88
HSL 97.14º 0.51% 0.08% -
HSV(B) 97.14º 0.68% 0.12% -
XYZ 0.79 1.13 0.46 -
YUV 24.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 18 31 10 0.42 0 0.68 0.88 97.14 0.51 0.08
Hex 12 1F A 2A 0 44 58 61 33 8
Octal 22 37 12 52 0 104 130 141 63 10
Binary 10010 11111 1010 101010 0 1000100 1011000 1100001 110011 1000

Color Harmonies of #121F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F0A

Black with #121F0A

Text Example


Text Example

White with #121F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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