#20230A

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

Shades of Green Waterloo #20230A

Tints of Green Waterloo #20230A

Color information

#20230A (or 0x20230A) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 0A. RGB value is (32,35,10). Sum of RGB (Red+Green+Blue) = 32+35+10=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #20230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20230A is #DFDCF5. Grayscale: #1F1F1F. Windows color (decimal): -14671094 or 664352. OLE color: 664352.

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

Color convert

RGB323510-
CMYK0.0900.710.86
HSL67.2º55.56%8.82%-
HSV(B)67.2º71.43%13.73%-
XYZ1.251.530.52-
YUV31.25116.01128.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=41.56%
G=45.45%
B=12.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235100.0900.710.8667.255.568.82
Hex2023A90475643389
Octal4043121101071261037011
Binary1000001000111010100101000111101011010000111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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