Html Css Color HEX #1A1D11 Rangoon Green

📋 copy color: '#1A1D11'

red 26 ◦ green 29 ◦ blue 17

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

Shades of Rangoon Green #1A1D11

Tints of Rangoon Green #1A1D11

RGB

 RED value IS 26 (10.55% from 255) = 36.11%

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

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

R = 36.11%
G = 40.28%
B = 23.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#1A1D11 (or 0x1A1D11) is known color: Rangoon Green. HEX triplet: 1A, 1D and 11. RGB value is (26,29,17). Sum of RGB (Red+Green+Blue) = 26+29+17=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D11 is #E5E2EE. Grayscale: #1A1A1A. Windows color (decimal): -15065839 or 1121562. OLE color: 1121562.

HSL color Cylindrical-coordinate representation of color #1A1D11: hue angle of 75º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1A1D11 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 26 29 17 -
CMYK 0.10 0 0.41 0.89
HSL 75º 0.26% 0.09% -
HSV(B) 75º 0.41% 0.11% -
XYZ 0.97 1.14 0.7 -
YUV 26.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 26 29 17 0.10 0 0.41 0.89 75 0.26 0.09
Hex 1A 1D 11 A 0 29 59 4B 1A 9
Octal 32 35 21 12 0 51 131 113 32 11
Binary 11010 11101 10001 1010 0 101001 1011001 1001011 11010 1001

Color Harmonies of #1A1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1D11

Black with #1A1D11

Text Example


Text Example

White with #1A1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1D11; }

 p { color: rgb(26,29,17); }

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

background-color css

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

 a { background-color: rgb(26,29,17); }

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

border-color css

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

 span { border-color: rgb(26,29,17); }

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