Html Css Color HEX #27300E Rangoon Green

📋 copy color: '#27300E'

red 39 ◦ green 48 ◦ blue 14

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

Shades of Rangoon Green #27300E

Tints of Rangoon Green #27300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.52%

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

R = 38.61%
G = 47.52%
B = 13.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#27300E (or 0x27300E) is known color: Rangoon Green. HEX triplet: 27, 30 and 0E. RGB value is (39,48,14). Sum of RGB (Red+Green+Blue) = 39+48+14=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #27300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300E is #D8CFF1. Grayscale: #292929. Windows color (decimal): -14209010 or 929831. OLE color: 929831.

HSL color Cylindrical-coordinate representation of color #27300E: hue angle of 75.88º degrees, saturation: 0.55, 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 #27300E is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 14 -
CMYK 0.19 0 0.71 0.81
HSL 75.88º 0.55% 0.12% -
HSV(B) 75.88º 0.71% 0.19% -
XYZ 1.97 2.58 0.81 -
YUV 41.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 39 48 14 0.19 0 0.71 0.81 75.88 0.55 0.12
Hex 27 30 E 13 0 47 51 4C 37 C
Octal 47 60 16 23 0 107 121 114 67 14
Binary 100111 110000 1110 10011 0 1000111 1010001 1001100 110111 1100

Color Harmonies of #27300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27300E

Black with #27300E

Text Example


Text Example

White with #27300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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