Html Css Color HEX #121F01 Pine Tree

📋 copy color: '#121F01'

red 18 ◦ green 31 ◦ blue 1

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

Shades of Pine Tree #121F01

Tints of Pine Tree #121F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2%

R = 36%
G = 62%
B = 2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#121F01 (or 0x121F01) is known color: Pine Tree. HEX triplet: 12, 1F and 01. RGB value is (18,31,1). Sum of RGB (Red+Green+Blue) = 18+31+1=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #121F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F01 is #EDE0FE. Grayscale: #171717. Windows color (decimal): -15589631 or 73490. OLE color: 73490.

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

Color convert

RGB 18 31 1 -
CMYK 0.42 0 0.97 0.88
HSL 86º 0.94% 0.06% -
HSV(B) 86º 0.97% 0.12% -
XYZ 0.74 1.11 0.2 -
YUV 23.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 18 31 1 0.42 0 0.97 0.88 86 0.94 0.06
Hex 12 1F 1 2A 0 61 58 56 5E 6
Octal 22 37 1 52 0 141 130 126 136 6
Binary 10010 11111 1 101010 0 1100001 1011000 1010110 1011110 110

Color Harmonies of #121F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F01

Black with #121F01

Text Example


Text Example

White with #121F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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