#21230B

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

Shades of Green Waterloo #21230B

Tints of Green Waterloo #21230B

Color information

#21230B (or 0x21230B) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 0B. RGB value is (33,35,11). Sum of RGB (Red+Green+Blue) = 33+35+11=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #21230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21230B is #DEDCF4. Grayscale: #1F1F1F. Windows color (decimal): -14605557 or 729889. OLE color: 729889.

HSL color Cylindrical-coordinate representation of color #21230B: hue angle of 65º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21230B is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB333511-
CMYK0.0600.690.86
HSL65º52.17%9.02%-
HSV(B)65º68.57%13.73%-
XYZ1.291.550.55-
YUV31.67116.34128.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=41.77%
G=44.30%
B=13.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335110.0600.690.866552.179.02
Hex2123B60455641349
Octal414313601051261016411
Binary100001100011101111001000101101011010000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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