#182825

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

Shades of Racing Green #182825

Tints of Racing Green #182825

Color information

#182825 (or 0x182825) is unknown color: approx Racing Green. HEX triplet: 18, 28 and 25. RGB value is (24,40,37). Sum of RGB (Red+Green+Blue) = 24+40+37=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 40 - color contains mainly: green. Hex color #182825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182825 is #E7D7DA. Grayscale: #222222. Windows color (decimal): -15194075 or 2435096. OLE color: 2435096.

HSL color Cylindrical-coordinate representation of color #182825: hue angle of 168.75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #182825 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB244037-
CMYK0.4000.070.84
HSL168.75º25%12.55%-
HSV(B)168.75º40%15.69%-
XYZ1.471.852.03-
YUV34.87129.2120.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.76%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 37 (14.84% from 255) = 36.63%
R=23.76%
G=39.60%
B=36.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440370.4000.070.84168.752512.55
Hex182825280754a919d
Octal30504550071242513115
Binary110001010001001011010000111101010010101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182825; }

 p { color: rgb(24,40,37); }

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

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

 a { background-color: rgb(24,40,37); }

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

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

 span { border-color: rgb(24,40,37); }

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