#242C06

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

Shades of Green Waterloo #242C06

Tints of Green Waterloo #242C06

Color information

#242C06 (or 0x242C06) is unknown color: approx Green Waterloo. HEX triplet: 24, 2C and 06. RGB value is (36,44,6). Sum of RGB (Red+Green+Blue) = 36+44+6=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #242C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242C06 is #DBD3F9. Grayscale: #252525. Windows color (decimal): -14406650 or 404516. OLE color: 404516.

HSL color Cylindrical-coordinate representation of color #242C06: hue angle of 72.63º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #242C06 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.

Color convert

RGB36446-
CMYK0.1800.860.83
HSL72.63º76%9.8%-
HSV(B)72.63º86.36%17.25%-
XYZ1.662.190.51-
YUV37.28110.35127.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 44 (17.58% from 255) = 51.16%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=41.86%
G=51.16%
B=6.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal364460.1800.860.8372.63769.8
Hex242C61205653494ca
Octal4454622012612311111412
Binary10010010110011010010010101101010011100100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,6); }

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

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

 a { background-color: rgb(36,44,6); }

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

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

 span { border-color: rgb(36,44,6); }

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