#1C220D

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

Shades of Rangoon Green #1C220D

Tints of Rangoon Green #1C220D

Color information

#1C220D (or 0x1C220D) is unknown color: approx Rangoon Green. HEX triplet: 1C, 22 and 0D. RGB value is (28,34,13). Sum of RGB (Red+Green+Blue) = 28+34+13=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #1C220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C220D is #E3DDF2. Grayscale: #1D1D1D. Windows color (decimal): -14933491 or 860700. OLE color: 860700.

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

Color convert

RGB283413-
CMYK0.1800.620.87
HSL77.14º44.68%9.22%-
HSV(B)77.14º61.76%13.33%-
XYZ1.121.420.6-
YUV29.81118.51126.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 34 (13.67% from 255) = 45.33%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=37.33%
G=45.33%
B=17.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2834130.1800.620.8777.1444.689.22
Hex1C22D1203E574d2d9
Octal344215220761271155511
Binary111001000101101100100111110101011110011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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