#21250E

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

Shades of Green Waterloo #21250E

Tints of Green Waterloo #21250E

Color information

#21250E (or 0x21250E) is unknown color: approx Green Waterloo. HEX triplet: 21, 25 and 0E. RGB value is (33,37,14). Sum of RGB (Red+Green+Blue) = 33+37+14=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #21250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21250E is #DEDAF1. Grayscale: #212121. Windows color (decimal): -14605042 or 927009. OLE color: 927009.

HSL color Cylindrical-coordinate representation of color #21250E: hue angle of 70.43º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21250E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB333714-
CMYK0.1100.620.85
HSL70.43º45.1%10%-
HSV(B)70.43º62.16%14.51%-
XYZ1.371.680.67-
YUV33.18117.17127.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=39.29%
G=44.05%
B=16.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337140.1100.620.8570.4345.110
Hex2125EB03E55462da
Octal414516130761251065512
Binary100001100101111010110111110101010110001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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