#1A362C

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

Shades of Racing Green #1A362C

Tints of Racing Green #1A362C

Color information

#1A362C (or 0x1A362C) is unknown color: approx Racing Green. HEX triplet: 1A, 36 and 2C. RGB value is (26,54,44). Sum of RGB (Red+Green+Blue) = 26+54+44=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #1A362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A362C is #E5C9D3. Grayscale: #2C2C2C. Windows color (decimal): -15059412 or 2897434. OLE color: 2897434.

HSL color Cylindrical-coordinate representation of color #1A362C: hue angle of 158.57º 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 #1A362C is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB265444-
CMYK0.5200.190.79
HSL158.57º35%15.69%-
HSV(B)158.57º51.85%21.18%-
XYZ2.23.042.85-
YUV44.49127.72114.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.97%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=20.97%
G=43.55%
B=35.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654440.5200.190.79158.573515.69
Hex1A362C340134F9f2310
Octal326654640231172374320
Binary1101011011010110011010001001110011111001111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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