Html Css Color HEX #121C00 Pine Tree

📋 copy color: '#121C00'

red 18 ◦ green 28 ◦ blue 0

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

Shades of Pine Tree #121C00

Tints of Pine Tree #121C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.13%
G = 60.87%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#121C00 (or 0x121C00) is known color: Pine Tree. HEX triplet: 12, 1C and 00. RGB value is (18,28,0). Sum of RGB (Red+Green+Blue) = 18+28+0=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #121C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C00 is #EDE3FF. Grayscale: #151515. Windows color (decimal): -15590400 or 7186. OLE color: 7186.

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

Color convert

RGB 18 28 0 -
CMYK 0.36 0 1 0.89
HSL 81.43º 1% 0.05% -
HSV(B) 81.43º 1% 0.11% -
XYZ 0.66 0.96 0.15 -
YUV 21.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 18 28 0 0.36 0 1 0.89 81.43 1 0.05
Hex 12 1C 0 24 0 64 59 51 64 5
Octal 22 34 0 44 0 144 131 121 144 5
Binary 10010 11100 0 100100 0 1100100 1011001 1010001 1100100 101

Color Harmonies of #121C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C00

Black with #121C00

Text Example


Text Example

White with #121C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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