Html Css Color HEX #047260 Tropical Rain Forest

📋 copy color: '#047260'

red 4 ◦ green 114 ◦ blue 96

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

Shades of Tropical Rain Forest #047260

Tints of Tropical Rain Forest #047260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.27%

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 1.87%
G = 53.27%
B = 44.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#047260 (or 0x047260) is known color: Tropical Rain Forest. HEX triplet: 04, 72 and 60. RGB value is (4,114,96). Sum of RGB (Red+Green+Blue) = 4+114+96=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #047260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047260 is #FB8D9F. Grayscale: #4F4F4F. Windows color (decimal): -16485792 or 6320644. OLE color: 6320644.

HSL color Cylindrical-coordinate representation of color #047260: hue angle of 170.18º 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 #047260 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 114 96 -
CMYK 0.96 0 0.16 0.55
HSL 170.18º 0.93% 0.23% -
HSV(B) 170.18º 0.96% 0.45% -
XYZ 8.18 12.9 13.13 -
YUV 79.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 4 114 96 0.96 0 0.16 0.55 170.18 0.93 0.23
Hex 4 72 60 60 0 10 37 AA 5D 17
Octal 4 162 140 140 0 20 67 252 135 27
Binary 100 1110010 1100000 1100000 0 10000 110111 10101010 1011101 10111

Color Harmonies of #047260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047260

Black with #047260

Text Example


Text Example

White with #047260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047260; }

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

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

background-color css

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

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

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

border-color css

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

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

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