Html Css Color HEX #191D0E Rangoon Green

📋 copy color: '#191D0E'

red 25 ◦ green 29 ◦ blue 14

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

Shades of Rangoon Green #191D0E

Tints of Rangoon Green #191D0E

RGB

 RED value IS 25 (10.16% from 255) = 36.76%

 GREEN value IS 29 (11.72% from 255) = 42.65%

 BLUE value IS 14 (5.86% from 255) = 20.59%

R = 36.76%
G = 42.65%
B = 20.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#191D0E (or 0x191D0E) is known color: Rangoon Green. HEX triplet: 19, 1D and 0E. RGB value is (25,29,14). Sum of RGB (Red+Green+Blue) = 25+29+14=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #191D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D0E is #E6E2F1. Grayscale: #1A1A1A. Windows color (decimal): -15131378 or 924953. OLE color: 924953.

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

Color convert

RGB 25 29 14 -
CMYK 0.14 0 0.52 0.89
HSL 76º 0.35% 0.08% -
HSV(B) 76º 0.52% 0.11% -
XYZ 0.92 1.12 0.58 -
YUV 26.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 25 29 14 0.14 0 0.52 0.89 76 0.35 0.08
Hex 19 1D E E 0 34 59 4C 23 8
Octal 31 35 16 16 0 64 131 114 43 10
Binary 11001 11101 1110 1110 0 110100 1011001 1001100 100011 1000

Color Harmonies of #191D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191D0E

Black with #191D0E

Text Example


Text Example

White with #191D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #191D0E;
 }
 .AnyTagClassName
 {
   color: #191D0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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