Html Css Color HEX #242518 Green Waterloo

📋 copy color: '#242518'

red 36 ◦ green 37 ◦ blue 24

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

Shades of Green Waterloo #242518

Tints of Green Waterloo #242518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 37.11%
G = 38.14%
B = 24.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#242518 (or 0x242518) is known color: Green Waterloo. HEX triplet: 24, 25 and 18. RGB value is (36,37,24). Sum of RGB (Red+Green+Blue) = 36+37+24=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #242518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242518 is #DBDAE7. Grayscale: #232323. Windows color (decimal): -14408424 or 1582372. OLE color: 1582372.

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

Color convert

RGB 36 37 24 -
CMYK 0.03 0 0.35 0.85
HSL 64.62º 0.21% 0.12% -
HSV(B) 64.62º 0.35% 0.15% -
XYZ 1.55 1.76 1.12 -
YUV 35.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 36 37 24 0.03 0 0.35 0.85 64.62 0.21 0.12
Hex 24 25 18 3 0 23 55 41 15 C
Octal 44 45 30 3 0 43 125 101 25 14
Binary 100100 100101 11000 11 0 100011 1010101 1000001 10101 1100

Color Harmonies of #242518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242518

Black with #242518

Text Example


Text Example

White with #242518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242518; }

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

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

background-color css

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

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

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

border-color css

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

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

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