#18352B

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

Shades of Racing Green #18352B

Tints of Racing Green #18352B

Color information

#18352B (or 0x18352B) is unknown color: approx Racing Green. HEX triplet: 18, 35 and 2B. RGB value is (24,53,43). Sum of RGB (Red+Green+Blue) = 24+53+43=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #18352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18352B is #E7CAD4. Grayscale: #2B2B2B. Windows color (decimal): -15190741 or 2831640. OLE color: 2831640.

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

Color convert

RGB245343-
CMYK0.5500.190.79
HSL159.31º37.66%15.1%-
HSV(B)159.31º54.72%20.78%-
XYZ2.092.912.74-
YUV43.19127.89114.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=20%
G=44.17%
B=35.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453430.5500.190.79159.3137.6615.1
Hex18352B370134F9f26f
Octal306553670231172374617
Binary110001101011010111101110100111001111100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18352B; }

 p { color: rgb(24,53,43); }

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

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

 a { background-color: rgb(24,53,43); }

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

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

 span { border-color: rgb(24,53,43); }

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