Html Css Color HEX #141511 Rangoon Green

📋 copy color: '#141511'

red 20 ◦ green 21 ◦ blue 17

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

Shades of Rangoon Green #141511

Tints of Rangoon Green #141511

RGB

 RED value IS 20 (8.2% from 255) = 34.48%

 GREEN value IS 21 (8.59% from 255) = 36.21%

 BLUE value IS 17 (7.03% from 255) = 29.31%

R = 34.48%
G = 36.21%
B = 29.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#141511 (or 0x141511) is known color: Rangoon Green. HEX triplet: 14, 15 and 11. RGB value is (20,21,17). Sum of RGB (Red+Green+Blue) = 20+21+17=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 21 - color contains mainly: green. Hex color #141511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141511 is #EBEAEE. Grayscale: #141414. Windows color (decimal): -15461103 or 1119508. OLE color: 1119508.

HSL color Cylindrical-coordinate representation of color #141511: hue angle of 75º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #141511 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 21 17 -
CMYK 0.05 0 0.19 0.92
HSL 75º 0.11% 0.07% -
HSV(B) 75º 0.19% 0.08% -
XYZ 0.66 0.73 0.64 -
YUV 20.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 20 21 17 0.05 0 0.19 0.92 75 0.11 0.07
Hex 14 15 11 5 0 13 5C 4B B 7
Octal 24 25 21 5 0 23 134 113 13 7
Binary 10100 10101 10001 101 0 10011 1011100 1001011 1011 111

Color Harmonies of #141511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141511

Black with #141511

Text Example


Text Example

White with #141511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141511; }

 p { color: rgb(20,21,17); }

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

background-color css

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

 a { background-color: rgb(20,21,17); }

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

border-color css

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

 span { border-color: rgb(20,21,17); }

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