#27300C

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

Shades of Rangoon Green #27300C

Tints of Rangoon Green #27300C

Color information

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

RGB394812-
CMYK0.1900.750.81
HSL75º60%11.76%-
HSV(B)75º75%18.82%-
XYZ1.962.570.74-
YUV41.2111.52126.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% 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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948120.1900.750.81756011.76
Hex2730C1304B514b3cc
Octal4760142301131211137414
Binary10011111000011001001101001011101000110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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