Html Css Color HEX #242512 Green Waterloo

📋 copy color: '#242512'

red 36 ◦ green 37 ◦ blue 18

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

Shades of Green Waterloo #242512

Tints of Green Waterloo #242512

RGB

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

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

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

R = 39.56%
G = 40.66%
B = 19.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#242512 (or 0x242512) is known color: Green Waterloo. HEX triplet: 24, 25 and 12. RGB value is (36,37,18). Sum of RGB (Red+Green+Blue) = 36+37+18=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #242512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242512 is #DBDAED. Grayscale: #222222. Windows color (decimal): -14408430 or 1189156. OLE color: 1189156.

HSL color Cylindrical-coordinate representation of color #242512: hue angle of 63.16º degrees, saturation: 0.35, 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 #242512 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 37 18 -
CMYK 0.03 0 0.51 0.85
HSL 63.16º 0.35% 0.11% -
HSV(B) 63.16º 0.51% 0.15% -
XYZ 1.5 1.74 0.83 -
YUV 34.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 36 37 18 0.03 0 0.51 0.85 63.16 0.35 0.11
Hex 24 25 12 3 0 33 55 3F 23 B
Octal 44 45 22 3 0 63 125 77 43 13
Binary 100100 100101 10010 11 0 110011 1010101 111111 100011 1011

Color Harmonies of #242512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242512

Black with #242512

Text Example


Text Example

White with #242512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242512; }

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

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

background-color css

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

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

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

border-color css

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

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

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