#242911

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

Shades of Green Waterloo #242911

Tints of Green Waterloo #242911

Color information

#242911 (or 0x242911) is unknown color: approx Green Waterloo. HEX triplet: 24, 29 and 11. RGB value is (36,41,17). Sum of RGB (Red+Green+Blue) = 36+41+17=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #242911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242911 is #DBD6EE. Grayscale: #242424. Windows color (decimal): -14407407 or 1124644. OLE color: 1124644.

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

Color convert

RGB364117-
CMYK0.1200.590.84
HSL72.5º41.38%11.37%-
HSV(B)72.5º58.54%16.08%-
XYZ1.6220.83-
YUV36.77116.84127.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=38.30%
G=43.62%
B=18.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3641170.1200.590.8472.541.3811.37
Hex242911C03B544829b
Octal445121140731241105113
Binary1001001010011000111000111011101010010010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242911; }

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

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

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

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

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

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

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

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