#191D0F

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

Shades of Rangoon Green #191D0F

Tints of Rangoon Green #191D0F

Color information

#191D0F (or 0x191D0F) is unknown color: approx Rangoon Green. HEX triplet: 19, 1D and 0F. RGB value is (25,29,15). Sum of RGB (Red+Green+Blue) = 25+29+15=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #191D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D0F is #E6E2F0. Grayscale: #1A1A1A. Windows color (decimal): -15131377 or 990489. OLE color: 990489.

HSL color Cylindrical-coordinate representation of color #191D0F: hue angle of 77.14º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #191D0F is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB252915-
CMYK0.1400.480.89
HSL77.14º31.82%8.63%-
HSV(B)77.14º48.28%11.37%-
XYZ0.931.120.62-
YUV26.21121.67127.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=36.23%
G=42.03%
B=21.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2529150.1400.480.8977.1431.828.63
Hex191DFE030594d209
Octal313517160601311154011
Binary1100111101111111100110000101100110011011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,29,15); }

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

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

 a { background-color: rgb(25,29,15); }

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

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

 span { border-color: rgb(25,29,15); }

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