Html Css Color HEX #18352D Racing Green

📋 copy color: '#18352D'

red 24 ◦ green 53 ◦ blue 45

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

Shades of Racing Green #18352D

Tints of Racing Green #18352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 36.89%

R = 19.67%
G = 43.44%
B = 36.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#18352D (or 0x18352D) is known color: Racing Green. HEX triplet: 18, 35 and 2D. RGB value is (24,53,45). Sum of RGB (Red+Green+Blue) = 24+53+45=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #18352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18352D is #E7CAD2. Grayscale: #2B2B2B. Windows color (decimal): -15190739 or 2962712. OLE color: 2962712.

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

Color convert

RGB 24 53 45 -
CMYK 0.55 0 0.15 0.79
HSL 163.45º 0.38% 0.15% -
HSV(B) 163.45º 0.55% 0.21% -
XYZ 2.12 2.93 2.94 -
YUV 43.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 24 53 45 0.55 0 0.15 0.79 163.45 0.38 0.15
Hex 18 35 2D 37 0 F 4F A3 26 F
Octal 30 65 55 67 0 17 117 243 46 17
Binary 11000 110101 101101 110111 0 1111 1001111 10100011 100110 1111

Color Harmonies of #18352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18352D

Black with #18352D

Text Example


Text Example

White with #18352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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