#232514

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

Shades of Green Waterloo #232514

Tints of Green Waterloo #232514

Color information

#232514 (or 0x232514) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 14. RGB value is (35,37,20). Sum of RGB (Red+Green+Blue) = 35+37+20=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #232514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232514 is #DCDAEB. Grayscale: #222222. Windows color (decimal): -14473964 or 1320227. OLE color: 1320227.

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

Color convert

RGB353720-
CMYK0.0500.460.85
HSL67.06º29.82%11.18%-
HSV(B)67.06º45.95%14.51%-
XYZ1.481.730.92-
YUV34.46119.84128.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=38.04%
G=40.22%
B=21.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537200.0500.460.8567.0629.8211.18
Hex232514502E55431eb
Octal43452450561251033613
Binary10001110010110100101010111010101011000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232514; }

 p { color: rgb(35,37,20); }

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

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

 a { background-color: rgb(35,37,20); }

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

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

 span { border-color: rgb(35,37,20); }

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