Html Css Color HEX #242514 Green Waterloo

📋 copy color: '#242514'

red 36 ◦ green 37 ◦ blue 20

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

Shades of Green Waterloo #242514

Tints of Green Waterloo #242514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 38.71%
G = 39.78%
B = 21.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#242514 (or 0x242514) is known color: Green Waterloo. HEX triplet: 24, 25 and 14. RGB value is (36,37,20). Sum of RGB (Red+Green+Blue) = 36+37+20=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #242514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242514 is #DBDAEB. Grayscale: #222222. Windows color (decimal): -14408428 or 1320228. OLE color: 1320228.

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

Color convert

RGB 36 37 20 -
CMYK 0.03 0 0.46 0.85
HSL 63.53º 0.3% 0.11% -
HSV(B) 63.53º 0.46% 0.15% -
XYZ 1.52 1.75 0.92 -
YUV 34.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 36 37 20 0.03 0 0.46 0.85 63.53 0.3 0.11
Hex 24 25 14 3 0 2E 55 40 1E B
Octal 44 45 24 3 0 56 125 100 36 13
Binary 100100 100101 10100 11 0 101110 1010101 1000000 11110 1011

Color Harmonies of #242514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242514

Black with #242514

Text Example


Text Example

White with #242514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242514; }

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

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

background-color css

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

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

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

border-color css

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

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

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