#191D0D

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

Shades of Rangoon Green #191D0D

Tints of Rangoon Green #191D0D

Color information

#191D0D (or 0x191D0D) is unknown color: approx Rangoon Green. HEX triplet: 19, 1D and 0D. RGB value is (25,29,13). Sum of RGB (Red+Green+Blue) = 25+29+13=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #191D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D0D is #E6E2F2. Grayscale: #1A1A1A. Windows color (decimal): -15131379 or 859417. OLE color: 859417.

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

Color convert

RGB252913-
CMYK0.1400.550.89
HSL75º38.1%8.24%-
HSV(B)75º55.17%11.37%-
XYZ0.911.110.55-
YUV25.98120.67127.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=37.31%
G=43.28%
B=19.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2529130.1400.550.897538.18.24
Hex191DDE037594b268
Octal313515160671311134610
Binary1100111101110111100110111101100110010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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