Html Css Color HEX #27310C Rangoon Green

📋 copy color: '#27310C'

red 39 ◦ green 49 ◦ blue 12

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

Shades of Rangoon Green #27310C

Tints of Rangoon Green #27310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 39%
G = 49%
B = 12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#27310C (or 0x27310C) is known color: Rangoon Green. HEX triplet: 27, 31 and 0C. RGB value is (39,49,12). Sum of RGB (Red+Green+Blue) = 39+49+12=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #27310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27310C is #D8CEF3. Grayscale: #292929. Windows color (decimal): -14208756 or 799015. OLE color: 799015.

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

Color convert

RGB 39 49 12 -
CMYK 0.20 0 0.76 0.81
HSL 76.22º 0.61% 0.12% -
HSV(B) 76.22º 0.76% 0.19% -
XYZ 2 2.65 0.75 -
YUV 41.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 39 49 12 0.20 0 0.76 0.81 76.22 0.61 0.12
Hex 27 31 C 14 0 4C 51 4C 3D C
Octal 47 61 14 24 0 114 121 114 75 14
Binary 100111 110001 1100 10100 0 1001100 1010001 1001100 111101 1100

Color Harmonies of #27310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27310C

Black with #27310C

Text Example


Text Example

White with #27310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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