Html Css Color HEX #27300D Rangoon Green

📋 copy color: '#27300D'

red 39 ◦ green 48 ◦ blue 13

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

Shades of Rangoon Green #27300D

Tints of Rangoon Green #27300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13%

R = 39%
G = 48%
B = 13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#27300D (or 0x27300D) is known color: Rangoon Green. HEX triplet: 27, 30 and 0D. RGB value is (39,48,13). Sum of RGB (Red+Green+Blue) = 39+48+13=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #27300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300D is #D8CFF2. Grayscale: #292929. Windows color (decimal): -14209011 or 864295. OLE color: 864295.

HSL color Cylindrical-coordinate representation of color #27300D: hue angle of 75.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27300D is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 13 -
CMYK 0.19 0 0.73 0.81
HSL 75.43º 0.57% 0.12% -
HSV(B) 75.43º 0.73% 0.19% -
XYZ 1.97 2.57 0.77 -
YUV 41.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 39 48 13 0.19 0 0.73 0.81 75.43 0.57 0.12
Hex 27 30 D 13 0 49 51 4B 39 C
Octal 47 60 15 23 0 111 121 113 71 14
Binary 100111 110000 1101 10011 0 1001001 1010001 1001011 111001 1100

Color Harmonies of #27300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27300D

Black with #27300D

Text Example


Text Example

White with #27300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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