#1A342E

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

Shades of Racing Green #1A342E

Tints of Racing Green #1A342E

Color information

#1A342E (or 0x1A342E) is unknown color: approx Racing Green. HEX triplet: 1A, 34 and 2E. RGB value is (26,52,46). Sum of RGB (Red+Green+Blue) = 26+52+46=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #1A342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A342E is #E5CBD1. Grayscale: #2B2B2B. Windows color (decimal): -15059922 or 3027994. OLE color: 3027994.

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

Color convert

RGB265246-
CMYK0.5000.120.80
HSL166.15º33.33%15.29%-
HSV(B)166.15º50%20.39%-
XYZ2.152.873.03-
YUV43.54129.39115.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.97%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=20.97%
G=41.94%
B=37.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2652460.5000.120.80166.1533.3315.29
Hex1A342E320C50a621f
Octal326456620141202464117
Binary11010110100101110110010011001010000101001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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