#1C220B

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

Shades of Rangoon Green #1C220B

Tints of Rangoon Green #1C220B

Color information

#1C220B (or 0x1C220B) is unknown color: approx Rangoon Green. HEX triplet: 1C, 22 and 0B. RGB value is (28,34,11). Sum of RGB (Red+Green+Blue) = 28+34+11=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #1C220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C220B is #E3DDF4. Grayscale: #1D1D1D. Windows color (decimal): -14933493 or 729628. OLE color: 729628.

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

Color convert

RGB283411-
CMYK0.1800.680.87
HSL75.65º51.11%8.82%-
HSV(B)75.65º67.65%13.33%-
XYZ1.111.420.53-
YUV29.58117.51126.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 34 (13.67% from 255) = 46.58%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=38.36%
G=46.58%
B=15.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2834110.1800.680.8775.6551.118.82
Hex1C22B12044574c339
Octal3442132201041271146311
Binary1110010001010111001001000100101011110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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