Html Css Color HEX #048260 Tropical Rain Forest

📋 copy color: '#048260'

red 4 ◦ green 130 ◦ blue 96

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

Shades of Tropical Rain Forest #048260

Tints of Tropical Rain Forest #048260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.52%

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

R = 1.74%
G = 56.52%
B = 41.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#048260 (or 0x048260) is known color: Tropical Rain Forest. HEX triplet: 04, 82 and 60. RGB value is (4,130,96). Sum of RGB (Red+Green+Blue) = 4+130+96=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #048260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048260 is #FB7D9F. Grayscale: #585858. Windows color (decimal): -16481696 or 6324740. OLE color: 6324740.

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

Color convert

RGB 4 130 96 -
CMYK 0.97 0 0.26 0.49
HSL 163.81º 0.94% 0.26% -
HSV(B) 163.81º 0.97% 0.51% -
XYZ 10.14 16.84 13.78 -
YUV 88.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 4 130 96 0.97 0 0.26 0.49 163.81 0.94 0.26
Hex 4 82 60 61 0 1A 31 A4 5E 1A
Octal 4 202 140 141 0 32 61 244 136 32
Binary 100 10000010 1100000 1100001 0 11010 110001 10100100 1011110 11010

Color Harmonies of #048260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048260

Black with #048260

Text Example


Text Example

White with #048260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048260; }

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

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

background-color css

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

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

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

border-color css

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

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

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