#242704

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

Shades of Green Waterloo #242704

Tints of Green Waterloo #242704

Color information

#242704 (or 0x242704) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 04. RGB value is (36,39,4). Sum of RGB (Red+Green+Blue) = 36+39+4=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #242704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242704 is #DBD8FB. Grayscale: #222222. Windows color (decimal): -14407932 or 272164. OLE color: 272164.

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

Color convert

RGB36394-
CMYK0.0800.900.85
HSL65.14º81.4%8.43%-
HSV(B)65.14º89.74%15.29%-
XYZ1.471.830.39-
YUV34.11111.01129.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 39 (15.62% from 255) = 49.37%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=45.57%
G=49.37%
B=5.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal363940.0800.900.8565.1481.48.43
Hex24274805A5541518
Octal4447410013212510112110
Binary1001001001111001000010110101010101100000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242704; }

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

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

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

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

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

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

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

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