#23251A

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

Shades of Green Waterloo #23251A

Tints of Green Waterloo #23251A

Color information

#23251A (or 0x23251A) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 1A. RGB value is (35,37,26). Sum of RGB (Red+Green+Blue) = 35+37+26=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #23251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23251A is #DCDAE5. Grayscale: #232323. Windows color (decimal): -14473958 or 1713443. OLE color: 1713443.

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

Color convert

RGB353726-
CMYK0.0500.300.85
HSL70.91º17.46%12.35%-
HSV(B)70.91º29.73%14.51%-
XYZ1.541.761.23-
YUV35.15122.84127.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=35.71%
G=37.76%
B=26.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537260.0500.300.8570.9117.4612.35
Hex23251A501E554711c
Octal43453250361251072114
Binary1000111001011101010101111010101011000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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