#242710

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

Shades of Green Waterloo #242710

Tints of Green Waterloo #242710

Color information

#242710 (or 0x242710) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 10. RGB value is (36,39,16). Sum of RGB (Red+Green+Blue) = 36+39+16=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #242710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242710 is #DBD8EF. Grayscale: #232323. Windows color (decimal): -14407920 or 1058596. OLE color: 1058596.

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

Color convert

RGB363916-
CMYK0.0800.590.85
HSL67.83º41.82%10.78%-
HSV(B)67.83º58.97%15.29%-
XYZ1.551.860.77-
YUV35.48117.01128.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=39.56%
G=42.86%
B=17.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3639160.0800.590.8567.8341.8210.78
Hex242710803B55442ab
Octal444720100731251045213
Binary1001001001111000010000111011101010110001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242710; }

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

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

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

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

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

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

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

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