#212702

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

Shades of Green Waterloo #212702

Tints of Green Waterloo #212702

Color information

#212702 (or 0x212702) is unknown color: approx Green Waterloo. HEX triplet: 21, 27 and 02. RGB value is (33,39,2). Sum of RGB (Red+Green+Blue) = 33+39+2=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #212702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212702 is #DED8FD. Grayscale: #212121. Windows color (decimal): -14604542 or 141089. OLE color: 141089.

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

Color convert

RGB33392-
CMYK0.1500.950.85
HSL69.73º90.24%8.04%-
HSV(B)69.73º94.87%15.29%-
XYZ1.361.780.33-
YUV32.99110.51128.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 39 (15.62% from 255) = 52.70%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=44.59%
G=52.70%
B=2.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333920.1500.950.8569.7390.248.04
Hex21272F05F55465a8
Octal4147217013712510613210
Binary100001100111101111010111111010101100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212702; }

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

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

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

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

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

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

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

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