#12201E

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

Shades of Racing Green #12201E

Tints of Racing Green #12201E

Color information

#12201E (or 0x12201E) is unknown color: approx Racing Green. HEX triplet: 12, 20 and 1E. RGB value is (18,32,30). Sum of RGB (Red+Green+Blue) = 18+32+30=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 32 - color contains mainly: green. Hex color #12201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12201E is #EDDFE1. Grayscale: #1B1B1B. Windows color (decimal): -15589346 or 1974290. OLE color: 1974290.

HSL color Cylindrical-coordinate representation of color #12201E: hue angle of 171.43º 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 #12201E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB183230-
CMYK0.4400.060.87
HSL171.43º28%9.8%-
HSV(B)171.43º43.75%12.55%-
XYZ11.261.42-
YUV27.59129.36121.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=22.5%
G=40%
B=37.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832300.4400.060.87171.43289.8
Hex12201E2C0657ab1ca
Octal22403654061272533412
Binary10010100000111101011000110101011110101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12201E;
 }
 .AnyTagClassName
 {
   color: #12201E;
 }
</style>
background-color css

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

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

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

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

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

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