Html Css Color HEX #242515 Green Waterloo

📋 copy color: '#242515'

red 36 ◦ green 37 ◦ blue 21

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

Shades of Green Waterloo #242515

Tints of Green Waterloo #242515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 38.3%
G = 39.36%
B = 22.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#242515 (or 0x242515) is known color: Green Waterloo. HEX triplet: 24, 25 and 15. RGB value is (36,37,21). Sum of RGB (Red+Green+Blue) = 36+37+21=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #242515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242515 is #DBDAEA. Grayscale: #222222. Windows color (decimal): -14408427 or 1385764. OLE color: 1385764.

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

Color convert

RGB 36 37 21 -
CMYK 0.03 0 0.43 0.85
HSL 63.75º 0.28% 0.11% -
HSV(B) 63.75º 0.43% 0.15% -
XYZ 1.52 1.75 0.97 -
YUV 34.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 36 37 21 0.03 0 0.43 0.85 63.75 0.28 0.11
Hex 24 25 15 3 0 2B 55 40 1C B
Octal 44 45 25 3 0 53 125 100 34 13
Binary 100100 100101 10101 11 0 101011 1010101 1000000 11100 1011

Color Harmonies of #242515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242515

Black with #242515

Text Example


Text Example

White with #242515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242515; }

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

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

background-color css

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

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

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

border-color css

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

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

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