Html Css Color HEX #1A1E10 Rangoon Green

📋 copy color: '#1A1E10'

red 26 ◦ green 30 ◦ blue 16

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

Shades of Rangoon Green #1A1E10

Tints of Rangoon Green #1A1E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 41.67%

 BLUE value IS 16 (6.64% from 255) = 22.22%

R = 36.11%
G = 41.67%
B = 22.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#1A1E10 (or 0x1A1E10) is known color: Rangoon Green. HEX triplet: 1A, 1E and 10. RGB value is (26,30,16). Sum of RGB (Red+Green+Blue) = 26+30+16=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E10 is #E5E1EF. Grayscale: #1B1B1B. Windows color (decimal): -15065584 or 1056282. OLE color: 1056282.

HSL color Cylindrical-coordinate representation of color #1A1E10: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A1E10 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 30 16 -
CMYK 0.13 0 0.47 0.88
HSL 77.14º 0.3% 0.09% -
HSV(B) 77.14º 0.47% 0.12% -
XYZ 0.98 1.19 0.67 -
YUV 27.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 26 30 16 0.13 0 0.47 0.88 77.14 0.3 0.09
Hex 1A 1E 10 D 0 2F 58 4D 1E 9
Octal 32 36 20 15 0 57 130 115 36 11
Binary 11010 11110 10000 1101 0 101111 1011000 1001101 11110 1001

Color Harmonies of #1A1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1E10

Black with #1A1E10

Text Example


Text Example

White with #1A1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,30,16); }

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

background-color css

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

 a { background-color: rgb(26,30,16); }

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

border-color css

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

 span { border-color: rgb(26,30,16); }

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