#242712

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

Shades of Green Waterloo #242712

Tints of Green Waterloo #242712

Color information

#242712 (or 0x242712) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 12. RGB value is (36,39,18). Sum of RGB (Red+Green+Blue) = 36+39+18=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #242712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242712 is #DBD8ED. Grayscale: #232323. Windows color (decimal): -14407918 or 1189668. OLE color: 1189668.

HSL color Cylindrical-coordinate representation of color #242712: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242712 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB363918-
CMYK0.0800.540.85
HSL68.57º36.84%11.18%-
HSV(B)68.57º53.85%15.29%-
XYZ1.561.870.85-
YUV35.71118.01128.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=38.71%
G=41.94%
B=19.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3639180.0800.540.8568.5736.8411.18
Hex2427128036554525b
Octal444722100661251054513
Binary1001001001111001010000110110101010110001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242712; }

 p { color: rgb(36,39,18); }

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

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

 a { background-color: rgb(36,39,18); }

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

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

 span { border-color: rgb(36,39,18); }

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