#1C2309

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

Shades of Rangoon Green #1C2309

Tints of Rangoon Green #1C2309

Color information

#1C2309 (or 0x1C2309) is unknown color: approx Rangoon Green. HEX triplet: 1C, 23 and 09. RGB value is (28,35,9). Sum of RGB (Red+Green+Blue) = 28+35+9=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2309 is #E3DCF6. Grayscale: #1E1E1E. Windows color (decimal): -14933239 or 598812. OLE color: 598812.

HSL color Cylindrical-coordinate representation of color #1C2309: hue angle of 76.15º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C2309 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB28359-
CMYK0.2000.740.86
HSL76.15º59.09%8.63%-
HSV(B)76.15º74.29%13.73%-
XYZ1.131.470.48-
YUV29.94116.18126.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=38.89%
G=48.61%
B=12.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal283590.2000.740.8676.1559.098.63
Hex1C2391404A564c3b9
Octal3443112401121261147311
Binary1110010001110011010001001010101011010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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