#242707

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

Shades of Green Waterloo #242707

Tints of Green Waterloo #242707

Color information

#242707 (or 0x242707) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 07. RGB value is (36,39,7). Sum of RGB (Red+Green+Blue) = 36+39+7=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #242707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242707 is #DBD8F8. Grayscale: #222222. Windows color (decimal): -14407929 or 468772. OLE color: 468772.

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

Color convert

RGB36397-
CMYK0.0800.820.85
HSL65.62º69.57%9.02%-
HSV(B)65.62º82.05%15.29%-
XYZ1.491.840.48-
YUV34.46112.51129.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 39 (15.62% from 255) = 47.56%
BLUE value IS 7 (3.12% from 255) = 8.54%
R=43.90%
G=47.56%
B=8.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal363970.0800.820.8565.6269.579.02
Hex2427780525542469
Octal4447710012212510210611
Binary1001001001111111000010100101010101100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242707; }

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

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

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

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

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

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

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

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