Html Css Color HEX #18332A Racing Green

📋 copy color: '#18332A'

red 24 ◦ green 51 ◦ blue 42

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

Shades of Racing Green #18332A

Tints of Racing Green #18332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.59%

 BLUE value IS 42 (16.8% from 255) = 35.9%

R = 20.51%
G = 43.59%
B = 35.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#18332A (or 0x18332A) is known color: Racing Green. HEX triplet: 18, 33 and 2A. RGB value is (24,51,42). Sum of RGB (Red+Green+Blue) = 24+51+42=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #18332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18332A is #E7CCD5. Grayscale: #292929. Windows color (decimal): -15191254 or 2765592. OLE color: 2765592.

HSL color Cylindrical-coordinate representation of color #18332A: hue angle of 160º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18332A is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 42 -
CMYK 0.53 0 0.18 0.8
HSL 160º 0.36% 0.15% -
HSV(B) 160º 0.53% 0.2% -
XYZ 1.98 2.73 2.61 -
YUV 41.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 24 51 42 0.53 0 0.18 0.8 160 0.36 0.15
Hex 18 33 2A 35 0 12 50 A0 24 F
Octal 30 63 52 65 0 22 120 240 44 17
Binary 11000 110011 101010 110101 0 10010 1010000 10100000 100100 1111

Color Harmonies of #18332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18332A

Black with #18332A

Text Example


Text Example

White with #18332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18332A; }

 p { color: rgb(24,51,42); }

 H1.HeaderClassName
 {
   color: #18332A;
 }
 .AnyTagClassName
 {
   color: #18332A;
 }
</style>

background-color css

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

 a { background-color: rgb(24,51,42); }

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

border-color css

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

 span { border-color: rgb(24,51,42); }

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