Html Css Color HEX #047D5E Tropical Rain Forest

📋 copy color: '#047D5E'

red 4 ◦ green 125 ◦ blue 94

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

Shades of Tropical Rain Forest #047D5E

Tints of Tropical Rain Forest #047D5E

RGB

 RED value IS 4 (1.95% from 255) = 1.79%

 GREEN value IS 125 (49.22% from 255) = 56.05%

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 1.79%
G = 56.05%
B = 42.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#047D5E (or 0x047D5E) is known color: Tropical Rain Forest. HEX triplet: 04, 7D and 5E. RGB value is (4,125,94). Sum of RGB (Red+Green+Blue) = 4+125+94=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 125 (49.22% from 255 or 56.05% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 125 - color contains mainly: green. Hex color #047D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047D5E is #FB82A1. Grayscale: #555555. Windows color (decimal): -16482978 or 6192388. OLE color: 6192388.

HSL color Cylindrical-coordinate representation of color #047D5E: hue angle of 164.63º 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 #047D5E is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 125 94 -
CMYK 0.97 0 0.25 0.51
HSL 164.63º 0.94% 0.25% -
HSV(B) 164.63º 0.97% 0.49% -
XYZ 9.4 15.5 13.09 -
YUV 85.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 4 125 94 0.97 0 0.25 0.51 164.63 0.94 0.25
Hex 4 7D 5E 61 0 19 33 A5 5E 19
Octal 4 175 136 141 0 31 63 245 136 31
Binary 100 1111101 1011110 1100001 0 11001 110011 10100101 1011110 11001

Color Harmonies of #047D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047D5E

Black with #047D5E

Text Example


Text Example

White with #047D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,125,94); }

 H1.HeaderClassName
 {
   color: #047D5E;
 }
 .AnyTagClassName
 {
   color: #047D5E;
 }
</style>

background-color css

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

 a { background-color: rgb(4,125,94); }

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

border-color css

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

 span { border-color: rgb(4,125,94); }

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