#232412

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

Shades of Green Waterloo #232412

Tints of Green Waterloo #232412

Color information

#232412 (or 0x232412) is unknown color: approx Green Waterloo. HEX triplet: 23, 24 and 12. RGB value is (35,36,18). Sum of RGB (Red+Green+Blue) = 35+36+18=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #232412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232412 is #DCDBED. Grayscale: #212121. Windows color (decimal): -14474222 or 1188899. OLE color: 1188899.

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

Color convert

RGB353618-
CMYK0.0300.50.86
HSL63.33º33.33%10.59%-
HSV(B)63.33º50%14.12%-
XYZ1.431.660.82-
YUV33.65119.17128.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=39.33%
G=40.45%
B=20.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3536180.0300.50.8663.3333.3310.59
Hex2324123032563f21b
Octal4344223062126774113
Binary1000111001001001011011001010101101111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232412; }

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

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

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

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

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

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

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

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