#212308

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

Shades of Green Waterloo #212308

Tints of Green Waterloo #212308

Color information

#212308 (or 0x212308) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 08. RGB value is (33,35,8). Sum of RGB (Red+Green+Blue) = 33+35+8=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #212308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212308 is #DEDCF7. Grayscale: #1F1F1F. Windows color (decimal): -14605560 or 533281. OLE color: 533281.

HSL color Cylindrical-coordinate representation of color #212308: hue angle of 64.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212308 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB33358-
CMYK0.0600.770.86
HSL64.44º62.79%8.43%-
HSV(B)64.44º77.14%13.73%-
XYZ1.271.540.46-
YUV31.32114.84129.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=43.42%
G=46.05%
B=10.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333580.0600.770.8664.4462.798.43
Hex21238604D56403f8
Octal414310601151261007710
Binary100001100011100011001001101101011010000001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212308; }

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

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

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

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

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

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

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

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