#232512

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

Shades of Green Waterloo #232512

Tints of Green Waterloo #232512

Color information

#232512 (or 0x232512) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 12. RGB value is (35,37,18). Sum of RGB (Red+Green+Blue) = 35+37+18=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #232512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232512 is #DCDAED. Grayscale: #222222. Windows color (decimal): -14473966 or 1189155. OLE color: 1189155.

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

Color convert

RGB353718-
CMYK0.0500.510.85
HSL66.32º34.55%10.78%-
HSV(B)66.32º51.35%14.51%-
XYZ1.461.720.83-
YUV34.24118.84128.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 18 (7.42% from 255) = 20%
R=38.89%
G=41.11%
B=20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537180.0500.510.8566.3234.5510.78
Hex2325125033554223b
Octal43452250631251024313
Binary100011100101100101010110011101010110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232512; }

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

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

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

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

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

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

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

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