#181B1A

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

Shades of Racing Green #181B1A

Tints of Racing Green #181B1A

Color information

#181B1A (or 0x181B1A) is unknown color: approx Racing Green. HEX triplet: 18, 1B and 1A. RGB value is (24,27,26). Sum of RGB (Red+Green+Blue) = 24+27+26=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 27 - color contains mainly: green. Hex color #181B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1A is #E7E4E5. Grayscale: #191919. Windows color (decimal): -15197414 or 1710872. OLE color: 1710872.

HSL color Cylindrical-coordinate representation of color #181B1A: hue angle of 160º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #181B1A is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB242726-
CMYK0.1100.040.89
HSL160º5.88%10%-
HSV(B)160º11.11%10.59%-
XYZ0.961.051.13-
YUV25.99128.01126.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=31.17%
G=35.06%
B=33.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427260.1100.040.891605.8810
Hex181B1AB0459a06a
Octal3033321304131240612
Binary110001101111010101101001011001101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181B1A; }

 p { color: rgb(24,27,26); }

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

<style>
 a { background-color: #181B1A; }

 a { background-color: rgb(24,27,26); }

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

<style>
 span { border-color: #181B1A; }

 span { border-color: rgb(24,27,26); }

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