#1C210B

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

Shades of Green Waterloo #1C210B

Tints of Green Waterloo #1C210B

Color information

#1C210B (or 0x1C210B) is unknown color: approx Green Waterloo. HEX triplet: 1C, 21 and 0B. RGB value is (28,33,11). Sum of RGB (Red+Green+Blue) = 28+33+11=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #1C210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C210B is #E3DEF4. Grayscale: #1D1D1D. Windows color (decimal): -14933749 or 729372. OLE color: 729372.

HSL color Cylindrical-coordinate representation of color #1C210B: hue angle of 73.64º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C210B is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB283311-
CMYK0.1500.670.87
HSL73.64º50%8.63%-
HSV(B)73.64º66.67%12.94%-
XYZ1.081.360.52-
YUV29117.84127.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 33 (13.28% from 255) = 45.83%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=38.89%
G=45.83%
B=15.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833110.1500.670.8773.64508.63
Hex1C21BF043574a329
Octal3441131701031271126211
Binary111001000011011111101000011101011110010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C210B; }

 p { color: rgb(28,33,11); }

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

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

 a { background-color: rgb(28,33,11); }

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

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

 span { border-color: rgb(28,33,11); }

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