#242C05

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

Shades of Green Waterloo #242C05

Tints of Green Waterloo #242C05

Color information

#242C05 (or 0x242C05) is unknown color: approx Green Waterloo. HEX triplet: 24, 2C and 05. RGB value is (36,44,5). Sum of RGB (Red+Green+Blue) = 36+44+5=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #242C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242C05 is #DBD3FA. Grayscale: #252525. Windows color (decimal): -14406651 or 338980. OLE color: 338980.

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

Color convert

RGB36445-
CMYK0.1800.890.83
HSL72.31º79.59%9.61%-
HSV(B)72.31º88.64%17.25%-
XYZ1.662.190.48-
YUV37.16109.85127.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 44 (17.58% from 255) = 51.76%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=42.35%
G=51.76%
B=5.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal364450.1800.890.8372.3179.599.61
Hex242C512059534850a
Octal4454522013112311012012
Binary10010010110010110010010110011010011100100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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