#242A06

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

Shades of Green Waterloo #242A06

Tints of Green Waterloo #242A06

Color information

#242A06 (or 0x242A06) is unknown color: approx Green Waterloo. HEX triplet: 24, 2A and 06. RGB value is (36,42,6). Sum of RGB (Red+Green+Blue) = 36+42+6=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #242A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A06 is #DBD5F9. Grayscale: #242424. Windows color (decimal): -14407162 or 404004. OLE color: 404004.

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

Color convert

RGB36426-
CMYK0.1400.860.84
HSL70º75%9.41%-
HSV(B)70º85.71%16.47%-
XYZ1.592.040.48-
YUV36.1111.01127.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=42.86%
G=50%
B=7.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal364260.1400.860.8470759.41
Hex242A6E05654464b9
Octal4452616012612410611311
Binary1001001010101101110010101101010100100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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