#24280E

Color #24280E Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #24280E

Tints of Green Waterloo #24280E

Color information

#24280E (or 0x24280E) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 0E. RGB value is (36,40,14). Sum of RGB (Red+Green+Blue) = 36+40+14=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #24280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24280E is #DBD7F1. Grayscale: #232323. Windows color (decimal): -14407666 or 927780. OLE color: 927780.

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

Color convert

RGB364014-
CMYK0.1000.650.84
HSL69.23º48.15%10.59%-
HSV(B)69.23º65%15.69%-
XYZ1.571.920.7-
YUV35.84115.67128.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 44.44%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=40%
G=44.44%
B=15.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640140.1000.650.8469.2348.1510.59
Hex2428EA041544530b
Octal4450161201011241056013
Binary1001001010001110101001000001101010010001011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24280E; }

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

 H1.HeaderClassName
 {
   color: #24280E;
 }
 .AnyTagClassName
 {
   color: #24280E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #24280E;
 }
 .BgClassName
 {
   background-color: #24280E;
 }
</style>
border-color css

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

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

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