#24261C

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

Shades of Green Waterloo #24261C

Tints of Green Waterloo #24261C

Color information

#24261C (or 0x24261C) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 1C. RGB value is (36,38,28). Sum of RGB (Red+Green+Blue) = 36+38+28=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 38 - color contains mainly: green. Hex color #24261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24261C is #DBD9E3. Grayscale: #242424. Windows color (decimal): -14408164 or 1844772. OLE color: 1844772.

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

Color convert

RGB363828-
CMYK0.0500.260.85
HSL72º15.15%12.94%-
HSV(B)72º26.32%14.9%-
XYZ1.631.851.37-
YUV36.26123.34127.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=35.29%
G=37.25%
B=27.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638280.0500.260.857215.1512.94
Hex24261C501A5548fd
Octal44463450321251101715
Binary100100100110111001010110101010101100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24261C; }

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

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

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

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

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

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

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

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