Html Css Color HEX #1B1E14 Rangoon Green

📋 copy color: '#1B1E14'

red 27 ◦ green 30 ◦ blue 20

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

Shades of Rangoon Green #1B1E14

Tints of Rangoon Green #1B1E14

RGB

 RED value IS 27 (10.94% from 255) = 35.06%

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

 BLUE value IS 20 (8.2% from 255) = 25.97%

R = 35.06%
G = 38.96%
B = 25.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#1B1E14 (or 0x1B1E14) is known color: Rangoon Green. HEX triplet: 1B, 1E and 14. RGB value is (27,30,20). Sum of RGB (Red+Green+Blue) = 27+30+20=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E14 is #E4E1EB. Grayscale: #1B1B1B. Windows color (decimal): -15000044 or 1318427. OLE color: 1318427.

HSL color Cylindrical-coordinate representation of color #1B1E14: hue angle of 78º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B1E14 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 30 20 -
CMYK 0.10 0 0.33 0.88
HSL 78º 0.2% 0.1% -
HSV(B) 78º 0.33% 0.12% -
XYZ 1.04 1.21 0.84 -
YUV 27.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 27 30 20 0.10 0 0.33 0.88 78 0.2 0.1
Hex 1B 1E 14 A 0 21 58 4E 14 A
Octal 33 36 24 12 0 41 130 116 24 12
Binary 11011 11110 10100 1010 0 100001 1011000 1001110 10100 1010

Color Harmonies of #1B1E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1E14

Black with #1B1E14

Text Example


Text Example

White with #1B1E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,30,20); }

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

background-color css

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

 a { background-color: rgb(27,30,20); }

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

border-color css

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

 span { border-color: rgb(27,30,20); }

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