#18362C

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

Shades of Racing Green #18362C

Tints of Racing Green #18362C

Color information

#18362C (or 0x18362C) is unknown color: approx Racing Green. HEX triplet: 18, 36 and 2C. RGB value is (24,54,44). Sum of RGB (Red+Green+Blue) = 24+54+44=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #18362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18362C is #E7C9D3. Grayscale: #2B2B2B. Windows color (decimal): -15190484 or 2897432. OLE color: 2897432.

HSL color Cylindrical-coordinate representation of color #18362C: hue angle of 160º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18362C is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB245444-
CMYK0.5600.190.79
HSL160º38.46%15.29%-
HSV(B)160º55.56%21.18%-
XYZ2.153.012.85-
YUV43.89128.06113.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=19.67%
G=44.26%
B=36.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454440.5600.190.7916038.4615.29
Hex18362C380134Fa026f
Octal306654700231172404617
Binary110001101101011001110000100111001111101000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18362C; }

 p { color: rgb(24,54,44); }

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

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

 a { background-color: rgb(24,54,44); }

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

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

 span { border-color: rgb(24,54,44); }

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