#12302C

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

Shades of Racing Green #12302C

Tints of Racing Green #12302C

Color information

#12302C (or 0x12302C) is unknown color: approx Racing Green. HEX triplet: 12, 30 and 2C. RGB value is (18,48,44). Sum of RGB (Red+Green+Blue) = 18+48+44=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #12302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12302C is #EDCFD3. Grayscale: #262626. Windows color (decimal): -15585236 or 2895890. OLE color: 2895890.

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

Color convert

RGB184844-
CMYK0.6300.080.81
HSL172º45.45%12.94%-
HSV(B)172º62.5%18.82%-
XYZ1.762.422.76-
YUV38.57131.06113.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 44 (17.58% from 255) = 40%
R=16.36%
G=43.64%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848440.6300.080.8117245.4512.94
Hex12302C3F0851ac2dd
Octal226054770101212545515
Binary10010110000101100111111010001010001101011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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