#24280D

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

Shades of Green Waterloo #24280D

Tints of Green Waterloo #24280D

Color information

#24280D (or 0x24280D) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 0D. RGB value is (36,40,13). Sum of RGB (Red+Green+Blue) = 36+40+13=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #24280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24280D is #DBD7F2. Grayscale: #232323. Windows color (decimal): -14407667 or 862244. OLE color: 862244.

HSL color Cylindrical-coordinate representation of color #24280D: hue angle of 68.89º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24280D is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB364013-
CMYK0.1000.670.84
HSL68.89º50.94%10.39%-
HSV(B)68.89º67.5%15.69%-
XYZ1.561.920.67-
YUV35.73115.17128.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=40.45%
G=44.94%
B=14.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640130.1000.670.8468.8950.9410.39
Hex2428DA043544533a
Octal4450151201031241056312
Binary1001001010001101101001000011101010010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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