#23280E

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

Shades of Green Waterloo #23280E

Tints of Green Waterloo #23280E

Color information

#23280E (or 0x23280E) is unknown color: approx Green Waterloo. HEX triplet: 23, 28 and 0E. RGB value is (35,40,14). Sum of RGB (Red+Green+Blue) = 35+40+14=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #23280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23280E is #DCD7F1. Grayscale: #232323. Windows color (decimal): -14473202 or 927779. OLE color: 927779.

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

Color convert

RGB354014-
CMYK0.1200.650.84
HSL71.54º48.15%10.59%-
HSV(B)71.54º65%15.69%-
XYZ1.531.910.7-
YUV35.54115.84127.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=39.33%
G=44.94%
B=15.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3540140.1200.650.8471.5448.1510.59
Hex2328EC041544830b
Octal4350161401011241106013
Binary1000111010001110110001000001101010010010001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23280E; }

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

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

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

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

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

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

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

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