#1A382E

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

Shades of Racing Green #1A382E

Tints of Racing Green #1A382E

Color information

#1A382E (or 0x1A382E) is unknown color: approx Racing Green. HEX triplet: 1A, 38 and 2E. RGB value is (26,56,46). Sum of RGB (Red+Green+Blue) = 26+56+46=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #1A382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A382E is #E5C7D1. Grayscale: #2D2D2D. Windows color (decimal): -15058898 or 3029018. OLE color: 3029018.

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

Color convert

RGB265646-
CMYK0.5400.180.78
HSL160º36.59%16.08%-
HSV(B)160º53.57%21.96%-
XYZ2.333.253.09-
YUV45.89128.06113.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.31%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=20.31%
G=43.75%
B=35.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656460.5400.180.7816036.5916.08
Hex1A382E360124Ea02510
Octal327056660221162404520
Binary1101011100010111011011001001010011101010000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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