#1C210C

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

Shades of Rangoon Green #1C210C

Tints of Rangoon Green #1C210C

Color information

#1C210C (or 0x1C210C) is unknown color: approx Rangoon Green. HEX triplet: 1C, 21 and 0C. RGB value is (28,33,12). Sum of RGB (Red+Green+Blue) = 28+33+12=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #1C210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C210C is #E3DEF3. Grayscale: #1D1D1D. Windows color (decimal): -14933748 or 794908. OLE color: 794908.

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

Color convert

RGB283312-
CMYK0.1500.640.87
HSL74.29º46.67%8.82%-
HSV(B)74.29º63.64%12.94%-
XYZ1.091.360.55-
YUV29.11118.34127.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=38.36%
G=45.21%
B=16.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833120.1500.640.8774.2946.678.82
Hex1C21CF040574a2f9
Octal3441141701001271125711
Binary111001000011100111101000000101011110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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