#12312B

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

Shades of Racing Green #12312B

Tints of Racing Green #12312B

Color information

#12312B (or 0x12312B) is unknown color: approx Racing Green. HEX triplet: 12, 31 and 2B. RGB value is (18,49,43). Sum of RGB (Red+Green+Blue) = 18+49+43=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #12312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12312B is #EDCED4. Grayscale: #272727. Windows color (decimal): -15584981 or 2830610. OLE color: 2830610.

HSL color Cylindrical-coordinate representation of color #12312B: hue angle of 168.39º 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 #12312B is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB184943-
CMYK0.6300.120.81
HSL168.39º46.27%13.14%-
HSV(B)168.39º63.27%19.22%-
XYZ1.782.52.67-
YUV39.05130.23112.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=16.36%
G=44.55%
B=39.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849430.6300.120.81168.3946.2713.14
Hex12312B3F0C51a82ed
Octal226153770141212505615
Binary10010110001101011111111011001010001101010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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