#242A10

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

Shades of Green Waterloo #242A10

Tints of Green Waterloo #242A10

Color information

#242A10 (or 0x242A10) is unknown color: approx Green Waterloo. HEX triplet: 24, 2A and 10. RGB value is (36,42,16). Sum of RGB (Red+Green+Blue) = 36+42+16=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #242A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A10 is #DBD5EF. Grayscale: #252525. Windows color (decimal): -14407152 or 1059364. OLE color: 1059364.

HSL color Cylindrical-coordinate representation of color #242A10: hue angle of 73.85º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #242A10 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB364216-
CMYK0.1400.620.84
HSL73.85º44.83%11.37%-
HSV(B)73.85º61.9%16.47%-
XYZ1.652.070.8-
YUV37.24116.01127.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 42 (16.80% from 255) = 44.68%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=38.30%
G=44.68%
B=17.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3642160.1400.620.8473.8544.8311.37
Hex242A10E03E544a2db
Octal445220160761241125513
Binary1001001010101000011100111110101010010010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242A10; }

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

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

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

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

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

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

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

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