Html Css Color HEX #121C1B Racing Green

📋 copy color: '#121C1B'

red 18 ◦ green 28 ◦ blue 27

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

Shades of Racing Green #121C1B

Tints of Racing Green #121C1B

RGB

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

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

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

R = 24.66%
G = 38.36%
B = 36.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#121C1B (or 0x121C1B) is known color: Racing Green. HEX triplet: 12, 1C and 1B. RGB value is (18,28,27). Sum of RGB (Red+Green+Blue) = 18+28+27=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 28 - color contains mainly: green. Hex color #121C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C1B is #EDE3E4. Grayscale: #181818. Windows color (decimal): -15590373 or 1776658. OLE color: 1776658.

HSL color Cylindrical-coordinate representation of color #121C1B: hue angle of 174º 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 #121C1B is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 28 27 -
CMYK 0.36 0 0.04 0.89
HSL 174º 0.22% 0.09% -
HSV(B) 174º 0.36% 0.11% -
XYZ 0.86 1.04 1.19 -
YUV 24.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 18 28 27 0.36 0 0.04 0.89 174 0.22 0.09
Hex 12 1C 1B 24 0 4 59 AE 16 9
Octal 22 34 33 44 0 4 131 256 26 11
Binary 10010 11100 11011 100100 0 100 1011001 10101110 10110 1001

Color Harmonies of #121C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C1B

Black with #121C1B

Text Example


Text Example

White with #121C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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