#1A2E29

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

Shades of Racing Green #1A2E29

Tints of Racing Green #1A2E29

Color information

#1A2E29 (or 0x1A2E29) is unknown color: approx Racing Green. HEX triplet: 1A, 2E and 29. RGB value is (26,46,41). Sum of RGB (Red+Green+Blue) = 26+46+41=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E29 is #E5D1D6. Grayscale: #272727. Windows color (decimal): -15061463 or 2698778. OLE color: 2698778.

HSL color Cylindrical-coordinate representation of color #1A2E29: hue angle of 165º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E29 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB264641-
CMYK0.4300.110.82
HSL165º27.78%14.12%-
HSV(B)165º43.48%18.04%-
XYZ1.82.332.45-
YUV39.45128.87118.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.01%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=23.01%
G=40.71%
B=36.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2646410.4300.110.8216527.7814.12
Hex1A2E292B0B52a51ce
Octal325651530131222453416
Binary1101010111010100110101101011101001010100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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