#242715

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

Shades of Green Waterloo #242715

Tints of Green Waterloo #242715

Color information

#242715 (or 0x242715) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 15. RGB value is (36,39,21). Sum of RGB (Red+Green+Blue) = 36+39+21=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #242715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242715 is #DBD8EA. Grayscale: #242424. Windows color (decimal): -14407915 or 1386276. OLE color: 1386276.

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

Color convert

RGB363921-
CMYK0.0800.460.85
HSL70º30%11.76%-
HSV(B)70º46.15%15.29%-
XYZ1.591.880.99-
YUV36.05119.51127.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=37.5%
G=40.62%
B=21.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3639210.0800.460.85703011.76
Hex242715802E55461ec
Octal444725100561251063614
Binary100100100111101011000010111010101011000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242715; }

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

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

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

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

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

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

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

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