#242803

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

Shades of Green Waterloo #242803

Tints of Green Waterloo #242803

Color information

#242803 (or 0x242803) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 03. RGB value is (36,40,3). Sum of RGB (Red+Green+Blue) = 36+40+3=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #242803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242803 is #DBD7FC. Grayscale: #222222. Windows color (decimal): -14407677 or 206884. OLE color: 206884.

HSL color Cylindrical-coordinate representation of color #242803: hue angle of 66.49º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #242803 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB36403-
CMYK0.1000.930.84
HSL66.49º86.05%8.43%-
HSV(B)66.49º92.5%15.69%-
XYZ1.51.90.37-
YUV34.59110.17129.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=45.57%
G=50.63%
B=3.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal364030.1000.930.8466.4986.058.43
Hex24283A05D5442568
Octal4450312013512410212610
Binary100100101000111010010111011010100100001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242803; }

 p { color: rgb(36,40,3); }

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

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

 a { background-color: rgb(36,40,3); }

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

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

 span { border-color: rgb(36,40,3); }

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