Html Css Color HEX #152A24 Racing Green

📋 copy color: '#152A24'

red 21 ◦ green 42 ◦ blue 36

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

Shades of Racing Green #152A24

Tints of Racing Green #152A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 42.42%

 BLUE value IS 36 (14.45% from 255) = 36.36%

R = 21.21%
G = 42.42%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.84

RGB Variations

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

Color information

#152A24 (or 0x152A24) is known color: Racing Green. HEX triplet: 15, 2A and 24. RGB value is (21,42,36). Sum of RGB (Red+Green+Blue) = 21+42+36=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #152A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A24 is #EAD5DB. Grayscale: #232323. Windows color (decimal): -15390172 or 2370069. OLE color: 2370069.

HSL color Cylindrical-coordinate representation of color #152A24: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A24 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 42 36 -
CMYK 0.50 0 0.14 0.84
HSL 162.86º 0.33% 0.12% -
HSV(B) 162.86º 0.5% 0.16% -
XYZ 1.46 1.94 1.97 -
YUV 35.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 21 42 36 0.50 0 0.14 0.84 162.86 0.33 0.12
Hex 15 2A 24 32 0 E 54 A3 21 C
Octal 25 52 44 62 0 16 124 243 41 14
Binary 10101 101010 100100 110010 0 1110 1010100 10100011 100001 1100

Color Harmonies of #152A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A24

Black with #152A24

Text Example


Text Example

White with #152A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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