#1A322C

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

Shades of Racing Green #1A322C

Tints of Racing Green #1A322C

Color information

#1A322C (or 0x1A322C) is unknown color: approx Racing Green. HEX triplet: 1A, 32 and 2C. RGB value is (26,50,44). Sum of RGB (Red+Green+Blue) = 26+50+44=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #1A322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A322C is #E5CDD3. Grayscale: #2A2A2A. Windows color (decimal): -15060436 or 2896410. OLE color: 2896410.

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

Color convert

RGB265044-
CMYK0.4800.120.80
HSL165º31.58%14.9%-
HSV(B)165º48%19.61%-
XYZ2.022.682.79-
YUV42.14129.05116.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.67%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=21.67%
G=41.67%
B=36.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650440.4800.120.8016531.5814.9
Hex1A322C300C50a520f
Octal326254600141202454017
Binary11010110010101100110000011001010000101001011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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