Html Css Color HEX #27310E Rangoon Green

📋 copy color: '#27310E'

red 39 ◦ green 49 ◦ blue 14

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

Shades of Rangoon Green #27310E

Tints of Rangoon Green #27310E

RGB

 RED value IS 39 (15.63% from 255) = 38.24%

 GREEN value IS 49 (19.53% from 255) = 48.04%

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

R = 38.24%
G = 48.04%
B = 13.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#27310E (or 0x27310E) is known color: Rangoon Green. HEX triplet: 27, 31 and 0E. RGB value is (39,49,14). Sum of RGB (Red+Green+Blue) = 39+49+14=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #27310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27310E is #D8CEF1. Grayscale: #2A2A2A. Windows color (decimal): -14208754 or 930087. OLE color: 930087.

HSL color Cylindrical-coordinate representation of color #27310E: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27310E is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 49 14 -
CMYK 0.20 0 0.71 0.81
HSL 77.14º 0.56% 0.12% -
HSV(B) 77.14º 0.71% 0.19% -
XYZ 2.01 2.66 0.82 -
YUV 42.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 39 49 14 0.20 0 0.71 0.81 77.14 0.56 0.12
Hex 27 31 E 14 0 47 51 4D 38 C
Octal 47 61 16 24 0 107 121 115 70 14
Binary 100111 110001 1110 10100 0 1000111 1010001 1001101 111000 1100

Color Harmonies of #27310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27310E

Black with #27310E

Text Example


Text Example

White with #27310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27310E; }

 p { color: rgb(39,49,14); }

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

background-color css

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

 a { background-color: rgb(39,49,14); }

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

border-color css

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

 span { border-color: rgb(39,49,14); }

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