Html Css Color HEX #242913 Green Waterloo

📋 copy color: '#242913'

red 36 ◦ green 41 ◦ blue 19

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

Shades of Green Waterloo #242913

Tints of Green Waterloo #242913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 42.71%

 BLUE value IS 19 (7.81% from 255) = 19.79%

R = 37.5%
G = 42.71%
B = 19.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#242913 (or 0x242913) is known color: Green Waterloo. HEX triplet: 24, 29 and 13. RGB value is (36,41,19). Sum of RGB (Red+Green+Blue) = 36+41+19=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #242913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242913 is #DBD6EC. Grayscale: #252525. Windows color (decimal): -14407405 or 1255716. OLE color: 1255716.

HSL color Cylindrical-coordinate representation of color #242913: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242913 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 41 19 -
CMYK 0.12 0 0.54 0.84
HSL 73.64º 0.37% 0.12% -
HSV(B) 73.64º 0.54% 0.16% -
XYZ 1.64 2.01 0.92 -
YUV 37 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 36 41 19 0.12 0 0.54 0.84 73.64 0.37 0.12
Hex 24 29 13 C 0 36 54 4A 25 C
Octal 44 51 23 14 0 66 124 112 45 14
Binary 100100 101001 10011 1100 0 110110 1010100 1001010 100101 1100

Color Harmonies of #242913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242913

Black with #242913

Text Example


Text Example

White with #242913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242913; }

 p { color: rgb(36,41,19); }

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

background-color css

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

 a { background-color: rgb(36,41,19); }

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

border-color css

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

 span { border-color: rgb(36,41,19); }

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