#1A302A

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

Shades of Racing Green #1A302A

Tints of Racing Green #1A302A

Color information

#1A302A (or 0x1A302A) is unknown color: approx Racing Green. HEX triplet: 1A, 30 and 2A. RGB value is (26,48,42). Sum of RGB (Red+Green+Blue) = 26+48+42=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #1A302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A302A is #E5CFD5. Grayscale: #282828. Windows color (decimal): -15060950 or 2764826. OLE color: 2764826.

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

Color convert

RGB264842-
CMYK0.4600.130.81
HSL163.64º29.73%14.51%-
HSV(B)163.64º45.83%18.82%-
XYZ1.92.52.57-
YUV40.74128.71117.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.41%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=22.41%
G=41.38%
B=36.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648420.4600.130.81163.6429.7314.51
Hex1A302A2E0D51a41ef
Octal326052560151212443617
Binary1101011000010101010111001101101000110100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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