#20230E

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

Shades of Green Waterloo #20230E

Tints of Green Waterloo #20230E

Color information

#20230E (or 0x20230E) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 0E. RGB value is (32,35,14). Sum of RGB (Red+Green+Blue) = 32+35+14=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #20230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20230E is #DFDCF1. Grayscale: #1F1F1F. Windows color (decimal): -14671090 or 926496. OLE color: 926496.

HSL color Cylindrical-coordinate representation of color #20230E: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20230E is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB323514-
CMYK0.0900.600.86
HSL68.57º42.86%9.61%-
HSV(B)68.57º60%13.73%-
XYZ1.281.540.65-
YUV31.71118.01128.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=39.51%
G=43.21%
B=17.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235140.0900.600.8668.5742.869.61
Hex2023E903C56452ba
Octal404316110741261055312
Binary100000100011111010010111100101011010001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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