#232811

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

Shades of Green Waterloo #232811

Tints of Green Waterloo #232811

Color information

#232811 (or 0x232811) is unknown color: approx Green Waterloo. HEX triplet: 23, 28 and 11. RGB value is (35,40,17). Sum of RGB (Red+Green+Blue) = 35+40+17=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #232811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232811 is #DCD7EE. Grayscale: #232323. Windows color (decimal): -14473199 or 1124387. OLE color: 1124387.

HSL color Cylindrical-coordinate representation of color #232811: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232811 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB354017-
CMYK0.1200.570.84
HSL73.04º40.35%11.18%-
HSV(B)73.04º57.5%15.69%-
XYZ1.551.920.82-
YUV35.88117.34127.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 40 (16.02% from 255) = 43.48%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=38.04%
G=43.48%
B=18.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3540170.1200.570.8473.0440.3511.18
Hex232811C039544928b
Octal435021140711241115013
Binary1000111010001000111000111001101010010010011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232811; }

 p { color: rgb(35,40,17); }

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

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

 a { background-color: rgb(35,40,17); }

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

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

 span { border-color: rgb(35,40,17); }

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