#1A352C

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

Shades of Racing Green #1A352C

Tints of Racing Green #1A352C

Color information

#1A352C (or 0x1A352C) is unknown color: approx Racing Green. HEX triplet: 1A, 35 and 2C. RGB value is (26,53,44). Sum of RGB (Red+Green+Blue) = 26+53+44=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #1A352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A352C is #E5CAD3. Grayscale: #2B2B2B. Windows color (decimal): -15059668 or 2897178. OLE color: 2897178.

HSL color Cylindrical-coordinate representation of color #1A352C: hue angle of 160º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A352C is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB265344-
CMYK0.5100.170.79
HSL160º34.18%15.49%-
HSV(B)160º50.94%20.78%-
XYZ2.152.952.84-
YUV43.9128.05115.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.14%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=21.14%
G=43.09%
B=35.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2653440.5100.170.7916034.1815.49
Hex1A352C330114Fa022f
Octal326554630211172404217
Binary110101101011011001100110100011001111101000001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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