Html Css Color HEX #242812 Green Waterloo

📋 copy color: '#242812'

red 36 ◦ green 40 ◦ blue 18

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

Shades of Green Waterloo #242812

Tints of Green Waterloo #242812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 42.55%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 38.3%
G = 42.55%
B = 19.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#242812 (or 0x242812) is known color: Green Waterloo. HEX triplet: 24, 28 and 12. RGB value is (36,40,18). Sum of RGB (Red+Green+Blue) = 36+40+18=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #242812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242812 is #DBD7ED. Grayscale: #242424. Windows color (decimal): -14407662 or 1189924. OLE color: 1189924.

HSL color Cylindrical-coordinate representation of color #242812: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #242812 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 40 18 -
CMYK 0.10 0 0.55 0.84
HSL 70.91º 0.38% 0.11% -
HSV(B) 70.91º 0.55% 0.16% -
XYZ 1.6 1.94 0.86 -
YUV 36.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 36 40 18 0.10 0 0.55 0.84 70.91 0.38 0.11
Hex 24 28 12 A 0 37 54 47 26 B
Octal 44 50 22 12 0 67 124 107 46 13
Binary 100100 101000 10010 1010 0 110111 1010100 1000111 100110 1011

Color Harmonies of #242812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242812

Black with #242812

Text Example


Text Example

White with #242812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242812; }

 p { color: rgb(36,40,18); }

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

background-color css

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

 a { background-color: rgb(36,40,18); }

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

border-color css

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

 span { border-color: rgb(36,40,18); }

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