#20230F

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

Shades of Green Waterloo #20230F

Tints of Green Waterloo #20230F

Color information

#20230F (or 0x20230F) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 0F. RGB value is (32,35,15). Sum of RGB (Red+Green+Blue) = 32+35+15=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #20230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20230F is #DFDCF0. Grayscale: #1F1F1F. Windows color (decimal): -14671089 or 992032. OLE color: 992032.

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

Color convert

RGB323515-
CMYK0.0900.570.86
HSL69º40%9.8%-
HSV(B)69º57.14%13.73%-
XYZ1.281.540.68-
YUV31.82118.51128.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=39.02%
G=42.68%
B=18.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235150.0900.570.8669409.8
Hex2023F9039564528a
Octal404317110711261055012
Binary100000100011111110010111001101011010001011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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