Html Css Color HEX #152420 Racing Green

📋 copy color: '#152420'

red 21 ◦ green 36 ◦ blue 32

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

Shades of Racing Green #152420

Tints of Racing Green #152420

RGB

 RED value IS 21 (8.59% from 255) = 23.6%

 GREEN value IS 36 (14.45% from 255) = 40.45%

 BLUE value IS 32 (12.89% from 255) = 35.96%

R = 23.6%
G = 40.45%
B = 35.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#152420 (or 0x152420) is known color: Racing Green. HEX triplet: 15, 24 and 20. RGB value is (21,36,32). Sum of RGB (Red+Green+Blue) = 21+36+32=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #152420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152420 is #EADBDF. Grayscale: #1F1F1F. Windows color (decimal): -15391712 or 2106389. OLE color: 2106389.

HSL color Cylindrical-coordinate representation of color #152420: hue angle of 164º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #152420 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 36 32 -
CMYK 0.42 0 0.11 0.86
HSL 164º 0.26% 0.11% -
HSV(B) 164º 0.42% 0.14% -
XYZ 1.2 1.53 1.6 -
YUV 31.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 21 36 32 0.42 0 0.11 0.86 164 0.26 0.11
Hex 15 24 20 2A 0 B 56 A4 1A B
Octal 25 44 40 52 0 13 126 244 32 13
Binary 10101 100100 100000 101010 0 1011 1010110 10100100 11010 1011

Color Harmonies of #152420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152420

Black with #152420

Text Example


Text Example

White with #152420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152420; }

 p { color: rgb(21,36,32); }

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

background-color css

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

 a { background-color: rgb(21,36,32); }

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

border-color css

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

 span { border-color: rgb(21,36,32); }

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