Html Css Color HEX #12201D Racing Green

📋 copy color: '#12201D'

red 18 ◦ green 32 ◦ blue 29

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

Shades of Racing Green #12201D

Tints of Racing Green #12201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 40.51%

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

R = 22.78%
G = 40.51%
B = 36.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#12201D (or 0x12201D) is known color: Racing Green. HEX triplet: 12, 20 and 1D. RGB value is (18,32,29). Sum of RGB (Red+Green+Blue) = 18+32+29=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #12201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12201D is #EDDFE2. Grayscale: #1B1B1B. Windows color (decimal): -15589347 or 1908754. OLE color: 1908754.

HSL color Cylindrical-coordinate representation of color #12201D: hue angle of 167.14º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12201D is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 32 29 -
CMYK 0.44 0 0.09 0.87
HSL 167.14º 0.28% 0.1% -
HSV(B) 167.14º 0.44% 0.13% -
XYZ 0.99 1.25 1.35 -
YUV 27.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 18 32 29 0.44 0 0.09 0.87 167.14 0.28 0.1
Hex 12 20 1D 2C 0 9 57 A7 1C A
Octal 22 40 35 54 0 11 127 247 34 12
Binary 10010 100000 11101 101100 0 1001 1010111 10100111 11100 1010

Color Harmonies of #12201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12201D

Black with #12201D

Text Example


Text Example

White with #12201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12201D; }

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

 H1.HeaderClassName
 {
   color: #12201D;
 }
 .AnyTagClassName
 {
   color: #12201D;
 }
</style>

background-color css

<style>
 a { background-color: #12201D; }

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

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

border-color css

<style>
 span { border-color: #12201D; }

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

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