#20250E

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

Shades of Green Waterloo #20250E

Tints of Green Waterloo #20250E

Color information

#20250E (or 0x20250E) is unknown color: approx Green Waterloo. HEX triplet: 20, 25 and 0E. RGB value is (32,37,14). Sum of RGB (Red+Green+Blue) = 32+37+14=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #20250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20250E is #DFDAF1. Grayscale: #202020. Windows color (decimal): -14670578 or 927008. OLE color: 927008.

HSL color Cylindrical-coordinate representation of color #20250E: hue angle of 73.04º 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 #20250E is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB323714-
CMYK0.1400.620.85
HSL73.04º45.1%10%-
HSV(B)73.04º62.16%14.51%-
XYZ1.341.660.67-
YUV32.88117.34127.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=38.55%
G=44.58%
B=16.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237140.1400.620.8573.0445.110
Hex2025EE03E55492da
Octal404516160761251115512
Binary100000100101111011100111110101010110010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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