#15180C

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

Shades of Rangoon Green #15180C

Tints of Rangoon Green #15180C

Color information

#15180C (or 0x15180C) is unknown color: approx Rangoon Green. HEX triplet: 15, 18 and 0C. RGB value is (21,24,12). Sum of RGB (Red+Green+Blue) = 21+24+12=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #15180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15180C is #EAE7F3. Grayscale: #151515. Windows color (decimal): -15394804 or 792597. OLE color: 792597.

HSL color Cylindrical-coordinate representation of color #15180C: hue angle of 75º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15180C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB212412-
CMYK0.1300.500.91
HSL75º33.33%7.06%-
HSV(B)75º50%9.41%-
XYZ0.70.840.47-
YUV21.73122.51127.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 24 (9.77% from 255) = 42.11%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=36.84%
G=42.11%
B=21.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2124120.1300.500.917533.337.06
Hex1518CD0325B4b217
Octal25301415062133113417
Binary101011100011001101011001010110111001011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15180C; }

 p { color: rgb(21,24,12); }

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

<style>
 a { background-color: #15180C; }

 a { background-color: rgb(21,24,12); }

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

<style>
 span { border-color: #15180C; }

 span { border-color: rgb(21,24,12); }

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