#1A332A

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

Shades of Racing Green #1A332A

Tints of Racing Green #1A332A

Color information

#1A332A (or 0x1A332A) is unknown color: approx Racing Green. HEX triplet: 1A, 33 and 2A. RGB value is (26,51,42). Sum of RGB (Red+Green+Blue) = 26+51+42=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #1A332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A332A is #E5CCD5. Grayscale: #2A2A2A. Windows color (decimal): -15060182 or 2765594. OLE color: 2765594.

HSL color Cylindrical-coordinate representation of color #1A332A: hue angle of 158.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A332A is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB265142-
CMYK0.4900.180.8
HSL158.4º32.47%15.1%-
HSV(B)158.4º49.02%20%-
XYZ2.032.752.62-
YUV42.5127.72116.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=21.85%
G=42.86%
B=35.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2651420.4900.180.8158.432.4715.1
Hex1A332A31012509e20f
Octal326352610221202364017
Binary110101100111010101100010100101010000100111101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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