#1A302D

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

Shades of Racing Green #1A302D

Tints of Racing Green #1A302D

Color information

#1A302D (or 0x1A302D) is unknown color: approx Racing Green. HEX triplet: 1A, 30 and 2D. RGB value is (26,48,45). Sum of RGB (Red+Green+Blue) = 26+48+45=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #1A302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A302D is #E5CFD2. Grayscale: #292929. Windows color (decimal): -15060947 or 2961434. OLE color: 2961434.

HSL color Cylindrical-coordinate representation of color #1A302D: hue angle of 171.82º 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 #1A302D is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB264845-
CMYK0.4600.060.81
HSL171.82º29.73%14.51%-
HSV(B)171.82º45.83%18.82%-
XYZ1.962.522.87-
YUV41.08130.21117.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=21.85%
G=40.34%
B=37.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648450.4600.060.81171.8229.7314.51
Hex1A302D2E0651ac1ef
Octal32605556061212543617
Binary110101100001011011011100110101000110101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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