#15180E

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

Shades of Rangoon Green #15180E

Tints of Rangoon Green #15180E

Color information

#15180E (or 0x15180E) is unknown color: approx Rangoon Green. HEX triplet: 15, 18 and 0E. RGB value is (21,24,14). Sum of RGB (Red+Green+Blue) = 21+24+14=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #15180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15180E is #EAE7F1. Grayscale: #161616. Windows color (decimal): -15394802 or 923669. OLE color: 923669.

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

Color convert

RGB212414-
CMYK0.1300.420.91
HSL78º26.32%7.45%-
HSV(B)78º41.67%9.41%-
XYZ0.720.840.54-
YUV21.96123.51127.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=35.59%
G=40.68%
B=23.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2124140.1300.420.917826.327.45
Hex1518ED02A5B4e1a7
Octal25301615052133116327
Binary10101110001110110101010101011011100111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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