Html Css Color HEX #121F1D Racing Green

📋 copy color: '#121F1D'

red 18 ◦ green 31 ◦ blue 29

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

Shades of Racing Green #121F1D

Tints of Racing Green #121F1D

RGB

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

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

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

R = 23.08%
G = 39.74%
B = 37.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.88

RGB Variations

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

Color information

#121F1D (or 0x121F1D) is known color: Racing Green. HEX triplet: 12, 1F and 1D. RGB value is (18,31,29). Sum of RGB (Red+Green+Blue) = 18+31+29=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1D is #EDE0E2. Grayscale: #1A1A1A. Windows color (decimal): -15589603 or 1908498. OLE color: 1908498.

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

Color convert

RGB 18 31 29 -
CMYK 0.42 0 0.06 0.88
HSL 170.77º 0.27% 0.1% -
HSV(B) 170.77º 0.42% 0.12% -
XYZ 0.96 1.2 1.34 -
YUV 26.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 18 31 29 0.42 0 0.06 0.88 170.77 0.27 0.1
Hex 12 1F 1D 2A 0 6 58 AB 1B A
Octal 22 37 35 52 0 6 130 253 33 12
Binary 10010 11111 11101 101010 0 110 1011000 10101011 11011 1010

Color Harmonies of #121F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F1D

Black with #121F1D

Text Example


Text Example

White with #121F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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