#23250E

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

Shades of Green Waterloo #23250E

Tints of Green Waterloo #23250E

Color information

#23250E (or 0x23250E) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 0E. RGB value is (35,37,14). Sum of RGB (Red+Green+Blue) = 35+37+14=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #23250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23250E is #DCDAF1. Grayscale: #212121. Windows color (decimal): -14473970 or 927011. OLE color: 927011.

HSL color Cylindrical-coordinate representation of color #23250E: hue angle of 65.22º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23250E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB353714-
CMYK0.0500.620.85
HSL65.22º45.1%10%-
HSV(B)65.22º62.16%14.51%-
XYZ1.431.710.67-
YUV33.78116.84128.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=40.70%
G=43.02%
B=16.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537140.0500.620.8565.2245.110
Hex2325E503E55412da
Octal43451650761251015512
Binary10001110010111101010111110101010110000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23250E; }

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

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

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

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

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

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

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

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