Html Css Color HEX #242520 Green Waterloo

📋 copy color: '#242520'

red 36 ◦ green 37 ◦ blue 32

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

Shades of Green Waterloo #242520

Tints of Green Waterloo #242520

RGB

 RED value IS 36 (14.45% from 255) = 34.29%

 GREEN value IS 37 (14.84% from 255) = 35.24%

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

R = 34.29%
G = 35.24%
B = 30.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#242520 (or 0x242520) is known color: Green Waterloo. HEX triplet: 24, 25 and 20. RGB value is (36,37,32). Sum of RGB (Red+Green+Blue) = 36+37+32=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 37 - color contains mainly: green. Hex color #242520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242520 is #DBDADF. Grayscale: #242424. Windows color (decimal): -14408416 or 2106660. OLE color: 2106660.

HSL color Cylindrical-coordinate representation of color #242520: hue angle of 72º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #242520 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 37 32 -
CMYK 0.03 0 0.14 0.85
HSL 72º 0.07% 0.14% -
HSV(B) 72º 0.14% 0.15% -
XYZ 1.65 1.8 1.63 -
YUV 36.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 36 37 32 0.03 0 0.14 0.85 72 0.07 0.14
Hex 24 25 20 3 0 E 55 48 7 E
Octal 44 45 40 3 0 16 125 110 7 16
Binary 100100 100101 100000 11 0 1110 1010101 1001000 111 1110

Color Harmonies of #242520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242520

Black with #242520

Text Example


Text Example

White with #242520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242520; }

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

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

background-color css

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

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

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

border-color css

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

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

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