#1A382F

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

Shades of Racing Green #1A382F

Tints of Racing Green #1A382F

Color information

#1A382F (or 0x1A382F) is unknown color: approx Racing Green. HEX triplet: 1A, 38 and 2F. RGB value is (26,56,47). Sum of RGB (Red+Green+Blue) = 26+56+47=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #1A382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A382F is #E5C7D0. Grayscale: #2E2E2E. Windows color (decimal): -15058897 or 3094554. OLE color: 3094554.

HSL color Cylindrical-coordinate representation of color #1A382F: hue angle of 162º 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 #1A382F is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB265647-
CMYK0.5400.160.78
HSL162º36.59%16.08%-
HSV(B)162º53.57%21.96%-
XYZ2.353.253.19-
YUV46128.56113.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=20.16%
G=43.41%
B=36.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656470.5400.160.7816236.5916.08
Hex1A382F360104Ea22510
Octal327057660201162424520
Binary1101011100010111111011001000010011101010001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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