#1A362F

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

Shades of Racing Green #1A362F

Tints of Racing Green #1A362F

Color information

#1A362F (or 0x1A362F) is unknown color: approx Racing Green. HEX triplet: 1A, 36 and 2F. RGB value is (26,54,47). Sum of RGB (Red+Green+Blue) = 26+54+47=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #1A362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A362F is #E5C9D0. Grayscale: #2C2C2C. Windows color (decimal): -15059409 or 3094042. OLE color: 3094042.

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

Color convert

RGB265447-
CMYK0.5200.130.79
HSL165º35%15.69%-
HSV(B)165º51.85%21.18%-
XYZ2.263.063.16-
YUV44.83129.22114.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.47%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=20.47%
G=42.52%
B=37.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654470.5200.130.791653515.69
Hex1A362F340D4Fa52310
Octal326657640151172454320
Binary110101101101011111101000110110011111010010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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