#047C5F

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

Shades of Tropical Rain Forest #047C5F

Tints of Tropical Rain Forest #047C5F

Color information

#047C5F (or 0x047C5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 7C and 5F. RGB value is (4,124,95). Sum of RGB (Red+Green+Blue) = 4+124+95=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #047C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047C5F is #FB83A0. Grayscale: #545454. Windows color (decimal): -16483233 or 6257668. OLE color: 6257668.

HSL color Cylindrical-coordinate representation of color #047C5F: hue angle of 165.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C5F is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB412495-
CMYK0.9700.230.51
HSL165.5º93.75%25.1%-
HSV(B)165.5º96.77%48.63%-
XYZ9.3215.2713.28-
YUV84.81133.7470.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=1.79%
G=55.61%
B=42.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4124950.9700.230.51165.593.7525.1
Hex47C5F6101733a65e19
Octal41741371410276324613631
Binary10011111001011111110000101011111001110100110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047C5F; }

 p { color: rgb(4,124,95); }

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

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

 a { background-color: rgb(4,124,95); }

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

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

 span { border-color: rgb(4,124,95); }

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