Html Css Color HEX #152320 Racing Green

📋 copy color: '#152320'

red 21 ◦ green 35 ◦ blue 32

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

Shades of Racing Green #152320

Tints of Racing Green #152320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 39.77%

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

R = 23.86%
G = 39.77%
B = 36.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#152320 (or 0x152320) is known color: Racing Green. HEX triplet: 15, 23 and 20. RGB value is (21,35,32). Sum of RGB (Red+Green+Blue) = 21+35+32=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #152320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152320 is #EADCDF. Grayscale: #1E1E1E. Windows color (decimal): -15391968 or 2106133. OLE color: 2106133.

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

Color convert

RGB 21 35 32 -
CMYK 0.40 0 0.09 0.86
HSL 167.14º 0.25% 0.11% -
HSV(B) 167.14º 0.4% 0.14% -
XYZ 1.17 1.47 1.59 -
YUV 30.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 21 35 32 0.40 0 0.09 0.86 167.14 0.25 0.11
Hex 15 23 20 28 0 9 56 A7 19 B
Octal 25 43 40 50 0 11 126 247 31 13
Binary 10101 100011 100000 101000 0 1001 1010110 10100111 11001 1011

Color Harmonies of #152320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152320

Black with #152320

Text Example


Text Example

White with #152320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152320; }

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

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

background-color css

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

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

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

border-color css

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

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

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