Html Css Color HEX #27310F Rangoon Green

📋 copy color: '#27310F'

red 39 ◦ green 49 ◦ blue 15

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

Shades of Rangoon Green #27310F

Tints of Rangoon Green #27310F

RGB

 RED value IS 39 (15.63% 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 value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#27310F (or 0x27310F) is known color: 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

RGB 39 49 15 -
CMYK 0.20 0 0.69 0.81
HSL 77.65º 0.53% 0.13% -
HSV(B) 77.65º 0.69% 0.19% -
XYZ 2.02 2.66 0.86 -
YUV 42.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 39 49 15 0.20 0 0.69 0.81 77.65 0.53 0.13
Hex 27 31 F 14 0 45 51 4E 35 D
Octal 47 61 17 24 0 105 121 116 65 15
Binary 100111 110001 1111 10100 0 1000101 1010001 1001110 110101 1101

Color Harmonies of #27310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27310F

Black with #27310F

Text Example


Text Example

White with #27310F

Text Example


Text Example

HTML Codes & Css Web 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>