#12312A

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

Shades of Racing Green #12312A

Tints of Racing Green #12312A

Color information

#12312A (or 0x12312A) is unknown color: approx Racing Green. HEX triplet: 12, 31 and 2A. RGB value is (18,49,42). Sum of RGB (Red+Green+Blue) = 18+49+42=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #12312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12312A is #EDCED5. Grayscale: #262626. Windows color (decimal): -15584982 or 2765074. OLE color: 2765074.

HSL color Cylindrical-coordinate representation of color #12312A: hue angle of 166.45º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12312A is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB184942-
CMYK0.6300.140.81
HSL166.45º46.27%13.14%-
HSV(B)166.45º63.27%19.22%-
XYZ1.772.492.58-
YUV38.93129.73113.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=16.51%
G=44.95%
B=38.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849420.6300.140.81166.4546.2713.14
Hex12312A3F0E51a62ed
Octal226152770161212465615
Binary10010110001101010111111011101010001101001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12312A; }

 p { color: rgb(18,49,42); }

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

<style>
 a { background-color: #12312A; }

 a { background-color: rgb(18,49,42); }

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

<style>
 span { border-color: #12312A; }

 span { border-color: rgb(18,49,42); }

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