#1C2010

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

Shades of Rangoon Green #1C2010

Tints of Rangoon Green #1C2010

Color information

#1C2010 (or 0x1C2010) is unknown color: approx Rangoon Green. HEX triplet: 1C, 20 and 10. RGB value is (28,32,16). Sum of RGB (Red+Green+Blue) = 28+32+16=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #1C2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2010 is #E3DFEF. Grayscale: #1D1D1D. Windows color (decimal): -14934000 or 1056796. OLE color: 1056796.

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

Color convert

RGB283216-
CMYK0.1200.50.87
HSL75º33.33%9.41%-
HSV(B)75º50%12.55%-
XYZ1.091.320.69-
YUV28.98120.67127.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.84%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=36.84%
G=42.11%
B=21.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2832160.1200.50.877533.339.41
Hex1C2010C032574b219
Octal344020140621271134111
Binary111001000001000011000110010101011110010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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