#232415

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

Shades of Green Waterloo #232415

Tints of Green Waterloo #232415

Color information

#232415 (or 0x232415) is unknown color: approx Green Waterloo. HEX triplet: 23, 24 and 15. RGB value is (35,36,21). Sum of RGB (Red+Green+Blue) = 35+36+21=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #232415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232415 is #DCDBEA. Grayscale: #222222. Windows color (decimal): -14474219 or 1385507. OLE color: 1385507.

HSL color Cylindrical-coordinate representation of color #232415: hue angle of 64º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #232415 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB353621-
CMYK0.0300.420.86
HSL64º26.32%11.18%-
HSV(B)64º41.67%14.12%-
XYZ1.461.670.96-
YUV33.99120.67128.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=38.04%
G=39.13%
B=22.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3536210.0300.420.866426.3211.18
Hex232415302A56401ab
Octal43442530521261003213
Binary1000111001001010111010101010101101000000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232415; }

 p { color: rgb(35,36,21); }

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

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

 a { background-color: rgb(35,36,21); }

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

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

 span { border-color: rgb(35,36,21); }

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