Html Css Color HEX #242810 Green Waterloo

📋 copy color: '#242810'

red 36 ◦ green 40 ◦ blue 16

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

Shades of Green Waterloo #242810

Tints of Green Waterloo #242810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 39.13%
G = 43.48%
B = 17.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#242810 (or 0x242810) is known color: Green Waterloo. HEX triplet: 24, 28 and 10. RGB value is (36,40,16). Sum of RGB (Red+Green+Blue) = 36+40+16=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #242810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242810 is #DBD7EF. Grayscale: #242424. Windows color (decimal): -14407664 or 1058852. OLE color: 1058852.

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

Color convert

RGB 36 40 16 -
CMYK 0.10 0 0.60 0.84
HSL 70º 0.43% 0.11% -
HSV(B) 70º 0.6% 0.16% -
XYZ 1.58 1.93 0.78 -
YUV 36.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 36 40 16 0.10 0 0.60 0.84 70 0.43 0.11
Hex 24 28 10 A 0 3C 54 46 2B B
Octal 44 50 20 12 0 74 124 106 53 13
Binary 100100 101000 10000 1010 0 111100 1010100 1000110 101011 1011

Color Harmonies of #242810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242810

Black with #242810

Text Example


Text Example

White with #242810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242810; }

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

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

background-color css

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

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

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

border-color css

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

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

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