#12302B

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

Shades of Racing Green #12302B

Tints of Racing Green #12302B

Color information

#12302B (or 0x12302B) is unknown color: approx Racing Green. HEX triplet: 12, 30 and 2B. RGB value is (18,48,43). Sum of RGB (Red+Green+Blue) = 18+48+43=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #12302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12302B is #EDCFD4. Grayscale: #262626. Windows color (decimal): -15585237 or 2830354. OLE color: 2830354.

HSL color Cylindrical-coordinate representation of color #12302B: hue angle of 170º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12302B is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB184843-
CMYK0.6300.100.81
HSL170º45.45%12.94%-
HSV(B)170º62.5%18.82%-
XYZ1.742.422.66-
YUV38.46130.56113.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=16.51%
G=44.04%
B=39.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848430.6300.100.8117045.4512.94
Hex12302B3F0A51aa2dd
Octal226053770121212525515
Binary10010110000101011111111010101010001101010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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