#1A302C

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

Shades of Racing Green #1A302C

Tints of Racing Green #1A302C

Color information

#1A302C (or 0x1A302C) is unknown color: approx Racing Green. HEX triplet: 1A, 30 and 2C. RGB value is (26,48,44). Sum of RGB (Red+Green+Blue) = 26+48+44=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #1A302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A302C is #E5CFD3. Grayscale: #282828. Windows color (decimal): -15060948 or 2895898. OLE color: 2895898.

HSL color Cylindrical-coordinate representation of color #1A302C: hue angle of 169.09º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A302C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB264844-
CMYK0.4600.080.81
HSL169.09º29.73%14.51%-
HSV(B)169.09º45.83%18.82%-
XYZ1.942.522.77-
YUV40.97129.71117.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=22.03%
G=40.68%
B=37.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648440.4600.080.81169.0929.7314.51
Hex1A302C2E0851a91ef
Octal326054560101212513617
Binary1101011000010110010111001000101000110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A302C; }

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

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

<style>
 a { background-color: #1A302C; }

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

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

<style>
 span { border-color: #1A302C; }

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

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