Html Css Color HEX #191D0D Rangoon Green

📋 copy color: '#191D0D'

red 25 ◦ green 29 ◦ blue 13

#191D0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #191D0D

Tints of Rangoon Green #191D0D

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.4%

R = 37.31%
G = 43.28%
B = 19.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#191D0D (or 0x191D0D) is known color: 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

RGB 25 29 13 -
CMYK 0.14 0 0.55 0.89
HSL 75º 0.38% 0.08% -
HSV(B) 75º 0.55% 0.11% -
XYZ 0.91 1.11 0.55 -
YUV 25.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 25 29 13 0.14 0 0.55 0.89 75 0.38 0.08
Hex 19 1D D E 0 37 59 4B 26 8
Octal 31 35 15 16 0 67 131 113 46 10
Binary 11001 11101 1101 1110 0 110111 1011001 1001011 100110 1000

Color Harmonies of #191D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191D0D

Black with #191D0D

Text Example


Text Example

White with #191D0D

Text Example


Text Example

HTML Codes & Css Web 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>