#047261

Color #047261 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #047261

Tints of Tropical Rain Forest #047261

Color information

#047261 (or 0x047261) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 72 and 61. RGB value is (4,114,97). Sum of RGB (Red+Green+Blue) = 4+114+97=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #047261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047261 is #FB8D9E. Grayscale: #4F4F4F. Windows color (decimal): -16485791 or 6386180. OLE color: 6386180.

HSL color Cylindrical-coordinate representation of color #047261: hue angle of 170.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047261 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB411497-
CMYK0.9600.150.55
HSL170.73º93.22%23.14%-
HSV(B)170.73º96.49%44.71%-
XYZ8.2312.9213.37-
YUV79.17138.0674.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=1.86%
G=53.02%
B=45.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114970.9600.150.55170.7393.2223.14
Hex47261600F37ab5d17
Octal41621411400176725313527
Binary1001110010110000111000000111111011110101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047261; }

 p { color: rgb(4,114,97); }

 H1.HeaderClassName
 {
   color: #047261;
 }
 .AnyTagClassName
 {
   color: #047261;
 }
</style>
background-color css

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

 a { background-color: rgb(4,114,97); }

 div.DivClassName
 {
   background-color: #047261;
 }
 .BgClassName
 {
   background-color: #047261;
 }
</style>
border-color css

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

 span { border-color: rgb(4,114,97); }

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