#212508

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

Shades of Green Waterloo #212508

Tints of Green Waterloo #212508

Color information

#212508 (or 0x212508) is unknown color: approx Green Waterloo. HEX triplet: 21, 25 and 08. RGB value is (33,37,8). Sum of RGB (Red+Green+Blue) = 33+37+8=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #212508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212508 is #DEDAF7. Grayscale: #202020. Windows color (decimal): -14605048 or 533793. OLE color: 533793.

HSL color Cylindrical-coordinate representation of color #212508: hue angle of 68.28º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212508 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB33378-
CMYK0.1100.780.85
HSL68.28º64.44%8.82%-
HSV(B)68.28º78.38%14.51%-
XYZ1.331.660.48-
YUV32.5114.17128.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=42.31%
G=47.44%
B=10.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333780.1100.780.8568.2864.448.82
Hex21258B04E5544409
Octal41451013011612510410011
Binary10000110010110001011010011101010101100010010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212508; }

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

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

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

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

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

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

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

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