#1A3831

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

Shades of Racing Green #1A3831

Tints of Racing Green #1A3831

Color information

#1A3831 (or 0x1A3831) is unknown color: approx Racing Green. HEX triplet: 1A, 38 and 31. RGB value is (26,56,49). Sum of RGB (Red+Green+Blue) = 26+56+49=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3831 is #E5C7CE. Grayscale: #2E2E2E. Windows color (decimal): -15058895 or 3225626. OLE color: 3225626.

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

Color convert

RGB265649-
CMYK0.5400.120.78
HSL166º36.59%16.08%-
HSV(B)166º53.57%21.96%-
XYZ2.393.273.41-
YUV46.23129.56113.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.85%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=19.85%
G=42.75%
B=37.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656490.5400.120.7816636.5916.08
Hex1A3831360C4Ea62510
Octal327061660141162464520
Binary110101110001100011101100110010011101010011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,56,49); }

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

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

 a { background-color: rgb(26,56,49); }

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

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

 span { border-color: rgb(26,56,49); }

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