Html Css Color HEX #121D1B Racing Green

📋 copy color: '#121D1B'

red 18 ◦ green 29 ◦ blue 27

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

Shades of Racing Green #121D1B

Tints of Racing Green #121D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 39.19%

 BLUE value IS 27 (10.94% from 255) = 36.49%

R = 24.32%
G = 39.19%
B = 36.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#121D1B (or 0x121D1B) is known color: Racing Green. HEX triplet: 12, 1D and 1B. RGB value is (18,29,27). Sum of RGB (Red+Green+Blue) = 18+29+27=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 29 - color contains mainly: green. Hex color #121D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1B is #EDE2E4. Grayscale: #191919. Windows color (decimal): -15590117 or 1776914. OLE color: 1776914.

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

Color convert

RGB 18 29 27 -
CMYK 0.38 0 0.07 0.89
HSL 169.09º 0.23% 0.09% -
HSV(B) 169.09º 0.38% 0.11% -
XYZ 0.89 1.09 1.2 -
YUV 25.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 18 29 27 0.38 0 0.07 0.89 169.09 0.23 0.09
Hex 12 1D 1B 26 0 7 59 A9 17 9
Octal 22 35 33 46 0 7 131 251 27 11
Binary 10010 11101 11011 100110 0 111 1011001 10101001 10111 1001

Color Harmonies of #121D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D1B

Black with #121D1B

Text Example


Text Example

White with #121D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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