#242909

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

Shades of Green Waterloo #242909

Tints of Green Waterloo #242909

Color information

#242909 (or 0x242909) is unknown color: approx Green Waterloo. HEX triplet: 24, 29 and 09. RGB value is (36,41,9). Sum of RGB (Red+Green+Blue) = 36+41+9=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #242909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242909 is #DBD6F6. Grayscale: #232323. Windows color (decimal): -14407415 or 600356. OLE color: 600356.

HSL color Cylindrical-coordinate representation of color #242909: hue angle of 69.38º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #242909 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB36419-
CMYK0.1200.780.84
HSL69.38º64%9.8%-
HSV(B)69.38º78.05%16.08%-
XYZ1.571.980.56-
YUV35.86112.84128.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 41 (16.41% from 255) = 47.67%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=41.86%
G=47.67%
B=10.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal364190.1200.780.8469.38649.8
Hex24299C04E544540a
Octal44511114011612410510012
Binary10010010100110011100010011101010100100010110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242909; }

 p { color: rgb(36,41,9); }

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

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

 a { background-color: rgb(36,41,9); }

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

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

 span { border-color: rgb(36,41,9); }

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