#1C230A

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

Shades of Rangoon Green #1C230A

Tints of Rangoon Green #1C230A

Color information

#1C230A (or 0x1C230A) is unknown color: approx Rangoon Green. HEX triplet: 1C, 23 and 0A. RGB value is (28,35,10). Sum of RGB (Red+Green+Blue) = 28+35+10=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #1C230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C230A is #E3DCF5. Grayscale: #1E1E1E. Windows color (decimal): -14933238 or 664348. OLE color: 664348.

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

Color convert

RGB283510-
CMYK0.2000.710.86
HSL76.8º55.56%8.82%-
HSV(B)76.8º71.43%13.73%-
XYZ1.131.470.51-
YUV30.06116.68126.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=38.36%
G=47.95%
B=13.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835100.2000.710.8676.855.568.82
Hex1C23A14047564d389
Octal3443122401071261157011
Binary1110010001110101010001000111101011010011011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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