#21230A

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

Shades of Green Waterloo #21230A

Tints of Green Waterloo #21230A

Color information

#21230A (or 0x21230A) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 0A. RGB value is (33,35,10). Sum of RGB (Red+Green+Blue) = 33+35+10=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #21230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21230A is #DEDCF5. Grayscale: #1F1F1F. Windows color (decimal): -14605558 or 664353. OLE color: 664353.

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

Color convert

RGB333510-
CMYK0.0600.710.86
HSL64.8º55.56%8.82%-
HSV(B)64.8º71.43%13.73%-
XYZ1.281.550.52-
YUV31.55115.84129.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=42.31%
G=44.87%
B=12.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335100.0600.710.8664.855.568.82
Hex2123A60475641389
Octal414312601071261017011
Binary100001100011101011001000111101011010000011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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