#1A3631

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

Shades of Racing Green #1A3631

Tints of Racing Green #1A3631

Color information

#1A3631 (or 0x1A3631) is unknown color: approx Racing Green. HEX triplet: 1A, 36 and 31. RGB value is (26,54,49). Sum of RGB (Red+Green+Blue) = 26+54+49=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #1A3631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3631 is #E5C9CE. Grayscale: #2D2D2D. Windows color (decimal): -15059407 or 3225114. OLE color: 3225114.

HSL color Cylindrical-coordinate representation of color #1A3631: hue angle of 169.29º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A3631 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB265449-
CMYK0.5200.090.79
HSL169.29º35%15.69%-
HSV(B)169.29º51.85%21.18%-
XYZ2.33.083.38-
YUV45.06130.22114.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=20.16%
G=41.86%
B=37.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654490.5200.090.79169.293515.69
Hex1A363134094Fa92310
Octal326661640111172514320
Binary110101101101100011101000100110011111010100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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