#24280A

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

Shades of Green Waterloo #24280A

Tints of Green Waterloo #24280A

Color information

#24280A (or 0x24280A) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 0A. RGB value is (36,40,10). Sum of RGB (Red+Green+Blue) = 36+40+10=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #24280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24280A is #DBD7F5. Grayscale: #232323. Windows color (decimal): -14407670 or 665636. OLE color: 665636.

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

Color convert

RGB364010-
CMYK0.1000.750.84
HSL68º60%9.8%-
HSV(B)68º75%15.69%-
XYZ1.541.910.58-
YUV35.38113.67128.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 10 (4.30% from 255) = 11.63%
R=41.86%
G=46.51%
B=11.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640100.1000.750.8468609.8
Hex2428AA04B54443ca
Octal4450121201131241047412
Binary1001001010001010101001001011101010010001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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