#242612

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

Shades of Green Waterloo #242612

Tints of Green Waterloo #242612

Color information

#242612 (or 0x242612) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 12. RGB value is (36,38,18). Sum of RGB (Red+Green+Blue) = 36+38+18=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #242612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242612 is #DBD9ED. Grayscale: #232323. Windows color (decimal): -14408174 or 1189412. OLE color: 1189412.

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

Color convert

RGB363818-
CMYK0.0500.530.85
HSL66º35.71%10.98%-
HSV(B)66º52.63%14.9%-
XYZ1.531.80.84-
YUV35.12118.34128.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=39.13%
G=41.30%
B=19.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638180.0500.530.856635.7110.98
Hex2426125035554224b
Octal44462250651251024413
Binary100100100110100101010110101101010110000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242612; }

 p { color: rgb(36,38,18); }

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

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

 a { background-color: rgb(36,38,18); }

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

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

 span { border-color: rgb(36,38,18); }

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