#23251C

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

Shades of Green Waterloo #23251C

Tints of Green Waterloo #23251C

Color information

#23251C (or 0x23251C) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 1C. RGB value is (35,37,28). Sum of RGB (Red+Green+Blue) = 35+37+28=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 37 - color contains mainly: green. Hex color #23251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23251C is #DCDAE3. Grayscale: #232323. Windows color (decimal): -14473956 or 1844515. OLE color: 1844515.

HSL color Cylindrical-coordinate representation of color #23251C: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #23251C is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB353728-
CMYK0.0500.240.85
HSL73.33º13.85%12.75%-
HSV(B)73.33º24.32%14.51%-
XYZ1.561.761.36-
YUV35.38123.84127.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 28 (11.33% from 255) = 28%
R=35%
G=37%
B=28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537280.0500.240.8573.3313.8512.75
Hex23251C50185549ed
Octal43453450301251111615
Binary100011100101111001010110001010101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23251C; }

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

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

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

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

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

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

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

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