#27300F

Color #27300F Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #27300F

Tints of Rangoon Green #27300F

Color information

#27300F (or 0x27300F) is unknown color: approx 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

RGB394815-
CMYK0.1900.690.81
HSL76.36º52.38%12.35%-
HSV(B)76.36º68.75%18.82%-
XYZ1.982.580.85-
YUV41.55113.02126.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% 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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948150.1900.690.8176.3652.3812.35
Hex2730F13045514c34c
Octal4760172301051211146414
Binary10011111000011111001101000101101000110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>