#1C2307

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

Shades of Rangoon Green #1C2307

Tints of Rangoon Green #1C2307

Color information

#1C2307 (or 0x1C2307) is unknown color: approx Rangoon Green. HEX triplet: 1C, 23 and 07. RGB value is (28,35,7). Sum of RGB (Red+Green+Blue) = 28+35+7=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2307 is #E3DCF8. Grayscale: #1D1D1D. Windows color (decimal): -14933241 or 467740. OLE color: 467740.

HSL color Cylindrical-coordinate representation of color #1C2307: hue angle of 75º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C2307 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB28357-
CMYK0.2000.800.86
HSL75º66.67%8.24%-
HSV(B)75º80%13.73%-
XYZ1.121.460.42-
YUV29.71115.18126.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 10%
R=40%
G=50%
B=10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal283570.2000.800.867566.678.24
Hex1C23714050564b438
Octal3443724012012611310310
Binary1110010001111110100010100001010110100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,7); }

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

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

 a { background-color: rgb(28,35,7); }

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

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

 span { border-color: rgb(28,35,7); }

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