Html Css Color HEX #047062 Tropical Rain Forest

📋 copy color: '#047062'

red 4 ◦ green 112 ◦ blue 98

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

Shades of Tropical Rain Forest #047062

Tints of Tropical Rain Forest #047062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 1.87%
G = 52.34%
B = 45.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#047062 (or 0x047062) is known color: Tropical Rain Forest. HEX triplet: 04, 70 and 62. RGB value is (4,112,98). Sum of RGB (Red+Green+Blue) = 4+112+98=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #047062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047062 is #FB8F9D. Grayscale: #4E4E4E. Windows color (decimal): -16486302 or 6451204. OLE color: 6451204.

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

Color convert

RGB 4 112 98 -
CMYK 0.96 0 0.13 0.56
HSL 172.22º 0.93% 0.23% -
HSV(B) 172.22º 0.96% 0.44% -
XYZ 8.05 12.5 13.54 -
YUV 78.11 139.22 75.14 -
System Red Green Blue C M Y K H S L
Decimal 4 112 98 0.96 0 0.13 0.56 172.22 0.93 0.23
Hex 4 70 62 60 0 D 38 AC 5D 17
Octal 4 160 142 140 0 15 70 254 135 27
Binary 100 1110000 1100010 1100000 0 1101 111000 10101100 1011101 10111

Color Harmonies of #047062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047062

Black with #047062

Text Example


Text Example

White with #047062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047062; }

 p { color: rgb(4,112,98); }

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

background-color css

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

 a { background-color: rgb(4,112,98); }

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

border-color css

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

 span { border-color: rgb(4,112,98); }

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