#1A2927

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

Shades of Racing Green #1A2927

Tints of Racing Green #1A2927

Color information

#1A2927 (or 0x1A2927) is unknown color: approx Racing Green. HEX triplet: 1A, 29 and 27. RGB value is (26,41,39). Sum of RGB (Red+Green+Blue) = 26+41+39=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 41 - color contains mainly: green. Hex color #1A2927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2927 is #E5D6D8. Grayscale: #242424. Windows color (decimal): -15062745 or 2566426. OLE color: 2566426.

HSL color Cylindrical-coordinate representation of color #1A2927: hue angle of 172º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1A2927 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB264139-
CMYK0.3700.050.84
HSL172º22.39%13.14%-
HSV(B)172º36.59%16.08%-
XYZ1.591.952.21-
YUV36.29129.53120.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.53%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=24.53%
G=38.68%
B=36.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2641390.3700.050.8417222.3913.14
Hex1A2927250554ac16d
Octal32514745051242542615
Binary110101010011001111001010101101010010101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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