#12150A

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

Shades of Rangoon Green #12150A

Tints of Rangoon Green #12150A

Color information

#12150A (or 0x12150A) is unknown color: approx Rangoon Green. HEX triplet: 12, 15 and 0A. RGB value is (18,21,10). Sum of RGB (Red+Green+Blue) = 18+21+10=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #12150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150A is #EDEAF5. Grayscale: #121212. Windows color (decimal): -15592182 or 660754. OLE color: 660754.

HSL color Cylindrical-coordinate representation of color #12150A: hue angle of 76.36º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #12150A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB182110-
CMYK0.1400.520.92
HSL76.36º35.48%6.08%-
HSV(B)76.36º52.38%8.24%-
XYZ0.570.690.39-
YUV18.85123.01127.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=36.73%
G=42.86%
B=20.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1821100.1400.520.9276.3635.486.08
Hex1215AE0345C4c236
Octal22251216064134114436
Binary100101010110101110011010010111001001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12150A; }

 p { color: rgb(18,21,10); }

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

<style>
 a { background-color: #12150A; }

 a { background-color: rgb(18,21,10); }

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

<style>
 span { border-color: #12150A; }

 span { border-color: rgb(18,21,10); }

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