#21270C

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

Shades of Green Waterloo #21270C

Tints of Green Waterloo #21270C

Color information

#21270C (or 0x21270C) is unknown color: approx Green Waterloo. HEX triplet: 21, 27 and 0C. RGB value is (33,39,12). Sum of RGB (Red+Green+Blue) = 33+39+12=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #21270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21270C is #DED8F3. Grayscale: #222222. Windows color (decimal): -14604532 or 796449. OLE color: 796449.

HSL color Cylindrical-coordinate representation of color #21270C: hue angle of 73.33º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21270C is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB333912-
CMYK0.1500.690.85
HSL73.33º52.94%10%-
HSV(B)73.33º69.23%15.29%-
XYZ1.421.80.62-
YUV34.13115.51127.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 39 (15.62% from 255) = 46.43%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=39.29%
G=46.43%
B=14.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339120.1500.690.8573.3352.9410
Hex2127CF045554935a
Octal4147141701051251116512
Binary1000011001111100111101000101101010110010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21270C; }

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

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

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

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

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

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

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

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