#27310F

Color #27310F Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #27310F

Tints of Rangoon Green #27310F

Color information

#27310F (or 0x27310F) is unknown color: approx Rangoon Green. HEX triplet: 27, 31 and 0F. RGB value is (39,49,15). Sum of RGB (Red+Green+Blue) = 39+49+15=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #27310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27310F is #D8CEF0. Grayscale: #2A2A2A. Windows color (decimal): -14208753 or 995623. OLE color: 995623.

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

Color convert

RGB394915-
CMYK0.2000.690.81
HSL77.65º53.12%12.55%-
HSV(B)77.65º69.39%19.22%-
XYZ2.022.660.86-
YUV42.13112.69125.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=37.86%
G=47.57%
B=14.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949150.2000.690.8177.6553.1212.55
Hex2731F14045514e35d
Octal4761172401051211166515
Binary10011111000111111010001000101101000110011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27310F;
 }
 .AnyTagClassName
 {
   color: #27310F;
 }
</style>
background-color css

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

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

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

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

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

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