#1C210D

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

Shades of Rangoon Green #1C210D

Tints of Rangoon Green #1C210D

Color information

#1C210D (or 0x1C210D) is unknown color: approx Rangoon Green. HEX triplet: 1C, 21 and 0D. RGB value is (28,33,13). Sum of RGB (Red+Green+Blue) = 28+33+13=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #1C210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C210D is #E3DEF2. Grayscale: #1D1D1D. Windows color (decimal): -14933747 or 860444. OLE color: 860444.

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

Color convert

RGB283313-
CMYK0.1500.610.87
HSL75º43.48%9.02%-
HSV(B)75º60.61%12.94%-
XYZ1.11.360.59-
YUV29.22118.84127.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.84%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=37.84%
G=44.59%
B=17.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833130.1500.610.877543.489.02
Hex1C21DF03D574b2b9
Octal344115170751271135311
Binary11100100001110111110111101101011110010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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