#1A342F

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

Shades of Racing Green #1A342F

Tints of Racing Green #1A342F

Color information

#1A342F (or 0x1A342F) is unknown color: approx Racing Green. HEX triplet: 1A, 34 and 2F. RGB value is (26,52,47). Sum of RGB (Red+Green+Blue) = 26+52+47=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #1A342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A342F is #E5CBD0. Grayscale: #2B2B2B. Windows color (decimal): -15059921 or 3093530. OLE color: 3093530.

HSL color Cylindrical-coordinate representation of color #1A342F: hue angle of 168.46º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A342F is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB265247-
CMYK0.5000.100.80
HSL168.46º33.33%15.29%-
HSV(B)168.46º50%20.39%-
XYZ2.172.883.13-
YUV43.66129.89115.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=20.8%
G=41.6%
B=37.6%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2652470.5000.100.80168.4633.3315.29
Hex1A342F320A50a821f
Octal326457620121202504117
Binary11010110100101111110010010101010000101010001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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