#1A322D

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

Shades of Racing Green #1A322D

Tints of Racing Green #1A322D

Color information

#1A322D (or 0x1A322D) is unknown color: approx Racing Green. HEX triplet: 1A, 32 and 2D. RGB value is (26,50,45). Sum of RGB (Red+Green+Blue) = 26+50+45=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #1A322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A322D is #E5CDD2. Grayscale: #2A2A2A. Windows color (decimal): -15060435 or 2961946. OLE color: 2961946.

HSL color Cylindrical-coordinate representation of color #1A322D: hue angle of 167.5º 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 #1A322D is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB265045-
CMYK0.4800.100.80
HSL167.5º31.58%14.9%-
HSV(B)167.5º48%19.61%-
XYZ2.042.692.89-
YUV42.25129.55116.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=21.49%
G=41.32%
B=37.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650450.4800.100.80167.531.5814.9
Hex1A322D300A50a820f
Octal326255600121202504017
Binary11010110010101101110000010101010000101010001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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