Html Css Color HEX #18352C Racing Green

📋 copy color: '#18352C'

red 24 ◦ green 53 ◦ blue 44

#18352C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #18352C

Tints of Racing Green #18352C

RGB

 RED value IS 24 (9.77% from 255) = 19.83%

 GREEN value IS 53 (21.09% from 255) = 43.8%

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 19.83%
G = 43.8%
B = 36.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#18352C (or 0x18352C) is known color: Racing Green. HEX triplet: 18, 35 and 2C. RGB value is (24,53,44). Sum of RGB (Red+Green+Blue) = 24+53+44=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #18352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18352C is #E7CAD3. Grayscale: #2B2B2B. Windows color (decimal): -15190740 or 2897176. OLE color: 2897176.

HSL color Cylindrical-coordinate representation of color #18352C: hue angle of 161.38º 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 #18352C is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 53 44 -
CMYK 0.55 0 0.17 0.79
HSL 161.38º 0.38% 0.15% -
HSV(B) 161.38º 0.55% 0.21% -
XYZ 2.1 2.92 2.84 -
YUV 43.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 24 53 44 0.55 0 0.17 0.79 161.38 0.38 0.15
Hex 18 35 2C 37 0 11 4F A1 26 F
Octal 30 65 54 67 0 21 117 241 46 17
Binary 11000 110101 101100 110111 0 10001 1001111 10100001 100110 1111

Color Harmonies of #18352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18352C

Black with #18352C

Text Example


Text Example

White with #18352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18352C;
 }
 .AnyTagClassName
 {
   color: #18352C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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