#18231F

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

Shades of Racing Green #18231F

Tints of Racing Green #18231F

Color information

#18231F (or 0x18231F) is unknown color: approx Racing Green. HEX triplet: 18, 23 and 1F. RGB value is (24,35,31). Sum of RGB (Red+Green+Blue) = 24+35+31=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 35 - color contains mainly: green. Hex color #18231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18231F is #E7DCE0. Grayscale: #1F1F1F. Windows color (decimal): -15195361 or 2040600. OLE color: 2040600.

HSL color Cylindrical-coordinate representation of color #18231F: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #18231F is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB243531-
CMYK0.3100.110.86
HSL158.18º18.64%11.57%-
HSV(B)158.18º31.43%13.73%-
XYZ1.231.51.52-
YUV31.25127.86122.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=26.67%
G=38.89%
B=34.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435310.3100.110.86158.1818.6411.57
Hex18231F1F0B569e13c
Octal304337370131262362314
Binary11000100011111111111101011101011010011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18231F; }

 p { color: rgb(24,35,31); }

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

<style>
 a { background-color: #18231F; }

 a { background-color: rgb(24,35,31); }

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

<style>
 span { border-color: #18231F; }

 span { border-color: rgb(24,35,31); }

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