Html Css Color HEX #121A19 Racing Green

📋 copy color: '#121A19'

red 18 ◦ green 26 ◦ blue 25

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

Shades of Racing Green #121A19

Tints of Racing Green #121A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 37.68%

 BLUE value IS 25 (10.16% from 255) = 36.23%

R = 26.09%
G = 37.68%
B = 36.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#121A19 (or 0x121A19) is known color: Racing Green. HEX triplet: 12, 1A and 19. RGB value is (18,26,25). Sum of RGB (Red+Green+Blue) = 18+26+25=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 26 - color contains mainly: green. Hex color #121A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A19 is #EDE5E6. Grayscale: #171717. Windows color (decimal): -15590887 or 1645074. OLE color: 1645074.

HSL color Cylindrical-coordinate representation of color #121A19: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #121A19 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 26 25 -
CMYK 0.31 0 0.04 0.90
HSL 172.5º 0.18% 0.09% -
HSV(B) 172.5º 0.31% 0.1% -
XYZ 0.79 0.94 1.06 -
YUV 23.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 18 26 25 0.31 0 0.04 0.90 172.5 0.18 0.09
Hex 12 1A 19 1F 0 4 5A AC 12 9
Octal 22 32 31 37 0 4 132 254 22 11
Binary 10010 11010 11001 11111 0 100 1011010 10101100 10010 1001

Color Harmonies of #121A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A19

Black with #121A19

Text Example


Text Example

White with #121A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,25); }

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

background-color css

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

 a { background-color: rgb(18,26,25); }

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

border-color css

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

 span { border-color: rgb(18,26,25); }

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