Html Css Color HEX #121E1D Racing Green

📋 copy color: '#121E1D'

red 18 ◦ green 30 ◦ blue 29

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

Shades of Racing Green #121E1D

Tints of Racing Green #121E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 38.96%

 BLUE value IS 29 (11.72% from 255) = 37.66%

R = 23.38%
G = 38.96%
B = 37.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#121E1D (or 0x121E1D) is known color: Racing Green. HEX triplet: 12, 1E and 1D. RGB value is (18,30,29). Sum of RGB (Red+Green+Blue) = 18+30+29=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #121E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E1D is #EDE1E2. Grayscale: #1A1A1A. Windows color (decimal): -15589859 or 1908242. OLE color: 1908242.

HSL color Cylindrical-coordinate representation of color #121E1D: hue angle of 175º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E1D is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 30 29 -
CMYK 0.40 0 0.03 0.88
HSL 175º 0.25% 0.09% -
HSV(B) 175º 0.4% 0.12% -
XYZ 0.94 1.15 1.33 -
YUV 26.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 18 30 29 0.40 0 0.03 0.88 175 0.25 0.09
Hex 12 1E 1D 28 0 3 58 AF 19 9
Octal 22 36 35 50 0 3 130 257 31 11
Binary 10010 11110 11101 101000 0 11 1011000 10101111 11001 1001

Color Harmonies of #121E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E1D

Black with #121E1D

Text Example


Text Example

White with #121E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,29); }

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

background-color css

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

 a { background-color: rgb(18,30,29); }

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

border-color css

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

 span { border-color: rgb(18,30,29); }

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