#1C200B

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

Shades of Green Waterloo #1C200B

Tints of Green Waterloo #1C200B

Color information

#1C200B (or 0x1C200B) is unknown color: approx Green Waterloo. HEX triplet: 1C, 20 and 0B. RGB value is (28,32,11). Sum of RGB (Red+Green+Blue) = 28+32+11=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #1C200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C200B is #E3DFF4. Grayscale: #1C1C1C. Windows color (decimal): -14934005 or 729116. OLE color: 729116.

HSL color Cylindrical-coordinate representation of color #1C200B: hue angle of 71.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C200B is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB283211-
CMYK0.1200.660.87
HSL71.43º48.84%8.43%-
HSV(B)71.43º65.62%12.55%-
XYZ1.061.30.51-
YUV28.41118.17127.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=39.44%
G=45.07%
B=15.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2832110.1200.660.8771.4348.848.43
Hex1C20BC0425747318
Octal3440131401021271076110
Binary111001000001011110001000010101011110001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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