Html Css Color HEX #1B1F0E Rangoon Green

📋 copy color: '#1B1F0E'

red 27 ◦ green 31 ◦ blue 14

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

Shades of Rangoon Green #1B1F0E

Tints of Rangoon Green #1B1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 43.06%

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

R = 37.5%
G = 43.06%
B = 19.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#1B1F0E (or 0x1B1F0E) is known color: Rangoon Green. HEX triplet: 1B, 1F and 0E. RGB value is (27,31,14). Sum of RGB (Red+Green+Blue) = 27+31+14=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1F0E is #E4E0F1. Grayscale: #1B1B1B. Windows color (decimal): -14999794 or 925467. OLE color: 925467.

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

Color convert

RGB 27 31 14 -
CMYK 0.13 0 0.55 0.88
HSL 74.12º 0.38% 0.09% -
HSV(B) 74.12º 0.55% 0.12% -
XYZ 1.02 1.24 0.6 -
YUV 27.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 27 31 14 0.13 0 0.55 0.88 74.12 0.38 0.09
Hex 1B 1F E D 0 37 58 4A 26 9
Octal 33 37 16 15 0 67 130 112 46 11
Binary 11011 11111 1110 1101 0 110111 1011000 1001010 100110 1001

Color Harmonies of #1B1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1F0E

Black with #1B1F0E

Text Example


Text Example

White with #1B1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,31,14); }

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

background-color css

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

 a { background-color: rgb(27,31,14); }

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

border-color css

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

 span { border-color: rgb(27,31,14); }

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