#12201D

Color #12201D Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #12201D

Tints of Racing Green #12201D

Color information

#12201D (or 0x12201D) is unknown color: approx 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

RGB183229-
CMYK0.4400.090.87
HSL167.14º28%9.8%-
HSV(B)167.14º43.75%12.55%-
XYZ0.991.251.35-
YUV27.47128.86121.24-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832290.4400.090.87167.14289.8
Hex12201D2C0957a71ca
Octal224035540111272473412
Binary100101000001110110110001001101011110100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>