Html Css Color HEX #27300F Rangoon Green

📋 copy color: '#27300F'

red 39 ◦ green 48 ◦ blue 15

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

Shades of Rangoon Green #27300F

Tints of Rangoon Green #27300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.71%

R = 38.24%
G = 47.06%
B = 14.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#27300F (or 0x27300F) is known color: Rangoon Green. HEX triplet: 27, 30 and 0F. RGB value is (39,48,15). Sum of RGB (Red+Green+Blue) = 39+48+15=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #27300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300F is #D8CFF0. Grayscale: #292929. Windows color (decimal): -14209009 or 995367. OLE color: 995367.

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

Color convert

RGB 39 48 15 -
CMYK 0.19 0 0.69 0.81
HSL 76.36º 0.52% 0.12% -
HSV(B) 76.36º 0.69% 0.19% -
XYZ 1.98 2.58 0.85 -
YUV 41.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 39 48 15 0.19 0 0.69 0.81 76.36 0.52 0.12
Hex 27 30 F 13 0 45 51 4C 34 C
Octal 47 60 17 23 0 105 121 114 64 14
Binary 100111 110000 1111 10011 0 1000101 1010001 1001100 110100 1100

Color Harmonies of #27300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27300F

Black with #27300F

Text Example


Text Example

White with #27300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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