#182D28

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

Shades of Racing Green #182D28

Tints of Racing Green #182D28

Color information

#182D28 (or 0x182D28) is unknown color: approx Racing Green. HEX triplet: 18, 2D and 28. RGB value is (24,45,40). Sum of RGB (Red+Green+Blue) = 24+45+40=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 45 - color contains mainly: green. Hex color #182D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D28 is #E7D2D7. Grayscale: #262626. Windows color (decimal): -15192792 or 2632984. OLE color: 2632984.

HSL color Cylindrical-coordinate representation of color #182D28: hue angle of 165.71º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #182D28 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB244540-
CMYK0.4700.110.82
HSL165.71º30.43%13.53%-
HSV(B)165.71º46.67%17.65%-
XYZ1.72.222.35-
YUV38.15129.04117.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=22.02%
G=41.28%
B=36.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2445400.4700.110.82165.7130.4313.53
Hex182D282F0B52a61ee
Octal305550570131222463616
Binary1100010110110100010111101011101001010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182D28; }

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

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

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

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

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

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

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

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