Html Css Color HEX #121C1A Racing Green

📋 copy color: '#121C1A'

red 18 ◦ green 28 ◦ blue 26

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

Shades of Racing Green #121C1A

Tints of Racing Green #121C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 36.11%

R = 25%
G = 38.89%
B = 36.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#121C1A (or 0x121C1A) is known color: Racing Green. HEX triplet: 12, 1C and 1A. RGB value is (18,28,26). Sum of RGB (Red+Green+Blue) = 18+28+26=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 28 - color contains mainly: green. Hex color #121C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C1A is #EDE3E5. Grayscale: #181818. Windows color (decimal): -15590374 or 1711122. OLE color: 1711122.

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

Color convert

RGB 18 28 26 -
CMYK 0.36 0 0.07 0.89
HSL 168º 0.22% 0.09% -
HSV(B) 168º 0.36% 0.11% -
XYZ 0.85 1.03 1.13 -
YUV 24.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 18 28 26 0.36 0 0.07 0.89 168 0.22 0.09
Hex 12 1C 1A 24 0 7 59 A8 16 9
Octal 22 34 32 44 0 7 131 250 26 11
Binary 10010 11100 11010 100100 0 111 1011001 10101000 10110 1001

Color Harmonies of #121C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C1A

Black with #121C1A

Text Example


Text Example

White with #121C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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