#212708

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

Shades of Green Waterloo #212708

Tints of Green Waterloo #212708

Color information

#212708 (or 0x212708) is unknown color: approx Green Waterloo. HEX triplet: 21, 27 and 08. RGB value is (33,39,8). Sum of RGB (Red+Green+Blue) = 33+39+8=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #212708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212708 is #DED8F7. Grayscale: #212121. Windows color (decimal): -14604536 or 534305. OLE color: 534305.

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

Color convert

RGB33398-
CMYK0.1500.790.85
HSL71.61º65.96%9.22%-
HSV(B)71.61º79.49%15.29%-
XYZ1.41.790.5-
YUV33.67113.51127.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.25%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 8 (3.52% from 255) = 10%
R=41.25%
G=48.75%
B=10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333980.1500.790.8571.6165.969.22
Hex21278F04F5548429
Octal41471017011712511010211
Binary10000110011110001111010011111010101100100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212708; }

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

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

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

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

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

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

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

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