#1A352F

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

Shades of Racing Green #1A352F

Tints of Racing Green #1A352F

Color information

#1A352F (or 0x1A352F) is unknown color: approx Racing Green. HEX triplet: 1A, 35 and 2F. RGB value is (26,53,47). Sum of RGB (Red+Green+Blue) = 26+53+47=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #1A352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A352F is #E5CAD0. Grayscale: #2C2C2C. Windows color (decimal): -15059665 or 3093786. OLE color: 3093786.

HSL color Cylindrical-coordinate representation of color #1A352F: hue angle of 166.67º 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 #1A352F is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB265347-
CMYK0.5100.110.79
HSL166.67º34.18%15.49%-
HSV(B)166.67º50.94%20.78%-
XYZ2.212.973.15-
YUV44.24129.55114.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.63%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=20.63%
G=42.06%
B=37.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2653470.5100.110.79166.6734.1815.49
Hex1A352F330B4Fa722f
Octal326557630131172474217
Binary11010110101101111110011010111001111101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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