#21230E

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

Shades of Green Waterloo #21230E

Tints of Green Waterloo #21230E

Color information

#21230E (or 0x21230E) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 0E. RGB value is (33,35,14). Sum of RGB (Red+Green+Blue) = 33+35+14=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #21230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21230E is #DEDCF1. Grayscale: #202020. Windows color (decimal): -14605554 or 926497. OLE color: 926497.

HSL color Cylindrical-coordinate representation of color #21230E: hue angle of 65.71º 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 #21230E is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB333514-
CMYK0.0600.600.86
HSL65.71º42.86%9.61%-
HSV(B)65.71º60%13.73%-
XYZ1.311.560.65-
YUV32.01117.84128.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=40.24%
G=42.68%
B=17.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335140.0600.600.8665.7142.869.61
Hex2123E603C56422ba
Octal41431660741261025312
Binary10000110001111101100111100101011010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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