Html Css Color HEX #27300C Rangoon Green

📋 copy color: '#27300C'

red 39 ◦ green 48 ◦ blue 12

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

Shades of Rangoon Green #27300C

Tints of Rangoon Green #27300C

RGB

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

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

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

R = 39.39%
G = 48.48%
B = 12.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#27300C (or 0x27300C) is known color: Rangoon Green. HEX triplet: 27, 30 and 0C. RGB value is (39,48,12). Sum of RGB (Red+Green+Blue) = 39+48+12=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #27300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300C is #D8CFF3. Grayscale: #292929. Windows color (decimal): -14209012 or 798759. OLE color: 798759.

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

Color convert

RGB 39 48 12 -
CMYK 0.19 0 0.75 0.81
HSL 75º 0.6% 0.12% -
HSV(B) 75º 0.75% 0.19% -
XYZ 1.96 2.57 0.74 -
YUV 41.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 39 48 12 0.19 0 0.75 0.81 75 0.6 0.12
Hex 27 30 C 13 0 4B 51 4B 3C C
Octal 47 60 14 23 0 113 121 113 74 14
Binary 100111 110000 1100 10011 0 1001011 1010001 1001011 111100 1100

Color Harmonies of #27300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27300C

Black with #27300C

Text Example


Text Example

White with #27300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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