#242D05

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

Shades of Green Waterloo #242D05

Tints of Green Waterloo #242D05

Color information

#242D05 (or 0x242D05) is unknown color: approx Green Waterloo. HEX triplet: 24, 2D and 05. RGB value is (36,45,5). Sum of RGB (Red+Green+Blue) = 36+45+5=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 45 (17.97% from 255 or 52.33% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 45 - color contains mainly: green. Hex color #242D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242D05 is #DBD2FA. Grayscale: #252525. Windows color (decimal): -14406395 or 339236. OLE color: 339236.

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

Color convert

RGB36455-
CMYK0.200.890.82
HSL73.5º80%9.8%-
HSV(B)73.5º88.89%17.65%-
XYZ1.692.260.49-
YUV37.75109.52126.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 45 (17.97% from 255) = 52.33%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=41.86%
G=52.33%
B=5.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal364550.200.890.8273.5809.8
Hex242D514059524a50a
Octal4455524013112211212012
Binary10010010110110110100010110011010010100101010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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