#191E0A

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

Shades of Rangoon Green #191E0A

Tints of Rangoon Green #191E0A

Color information

#191E0A (or 0x191E0A) is unknown color: approx Rangoon Green. HEX triplet: 19, 1E and 0A. RGB value is (25,30,10). Sum of RGB (Red+Green+Blue) = 25+30+10=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #191E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E0A is #E6E1F5. Grayscale: #1A1A1A. Windows color (decimal): -15131126 or 663065. OLE color: 663065.

HSL color Cylindrical-coordinate representation of color #191E0A: hue angle of 75º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191E0A is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB253010-
CMYK0.1700.670.88
HSL75º50%7.84%-
HSV(B)75º66.67%11.76%-
XYZ0.921.160.46-
YUV26.22118.84127.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 38.46%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=38.46%
G=46.15%
B=15.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2530100.1700.670.8875507.84
Hex191EA11043584b328
Octal3136122101031301136210
Binary110011111010101000101000011101100010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191E0A; }

 p { color: rgb(25,30,10); }

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

<style>
 a { background-color: #191E0A; }

 a { background-color: rgb(25,30,10); }

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

<style>
 span { border-color: #191E0A; }

 span { border-color: rgb(25,30,10); }

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