Html Css Color HEX #242713 Green Waterloo

📋 copy color: '#242713'

red 36 ◦ green 39 ◦ blue 19

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

Shades of Green Waterloo #242713

Tints of Green Waterloo #242713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.49%

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

R = 38.3%
G = 41.49%
B = 20.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#242713 (or 0x242713) is known color: Green Waterloo. HEX triplet: 24, 27 and 13. RGB value is (36,39,19). Sum of RGB (Red+Green+Blue) = 36+39+19=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #242713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242713 is #DBD8EC. Grayscale: #232323. Windows color (decimal): -14407917 or 1255204. OLE color: 1255204.

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

Color convert

RGB 36 39 19 -
CMYK 0.08 0 0.51 0.85
HSL 69º 0.34% 0.11% -
HSV(B) 69º 0.51% 0.15% -
XYZ 1.57 1.87 0.89 -
YUV 35.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 36 39 19 0.08 0 0.51 0.85 69 0.34 0.11
Hex 24 27 13 8 0 33 55 45 22 B
Octal 44 47 23 10 0 63 125 105 42 13
Binary 100100 100111 10011 1000 0 110011 1010101 1000101 100010 1011

Color Harmonies of #242713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242713

Black with #242713

Text Example


Text Example

White with #242713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242713; }

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

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

background-color css

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

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

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

border-color css

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

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

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