Html Css Color HEX #048265 Tropical Rain Forest

📋 copy color: '#048265'

red 4 ◦ green 130 ◦ blue 101

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

Shades of Tropical Rain Forest #048265

Tints of Tropical Rain Forest #048265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 1.7%
G = 55.32%
B = 42.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#048265 (or 0x048265) is known color: Tropical Rain Forest. HEX triplet: 04, 82 and 65. RGB value is (4,130,101). Sum of RGB (Red+Green+Blue) = 4+130+101=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #048265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048265 is #FB7D9A. Grayscale: #595959. Windows color (decimal): -16481691 or 6652420. OLE color: 6652420.

HSL color Cylindrical-coordinate representation of color #048265: hue angle of 166.19º 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 #048265 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 101 -
CMYK 0.97 0 0.22 0.49
HSL 166.19º 0.94% 0.26% -
HSV(B) 166.19º 0.97% 0.51% -
XYZ 10.38 16.93 15.03 -
YUV 89.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 4 130 101 0.97 0 0.22 0.49 166.19 0.94 0.26
Hex 4 82 65 61 0 16 31 A6 5E 1A
Octal 4 202 145 141 0 26 61 246 136 32
Binary 100 10000010 1100101 1100001 0 10110 110001 10100110 1011110 11010

Color Harmonies of #048265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048265

Black with #048265

Text Example


Text Example

White with #048265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048265; }

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

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

background-color css

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

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

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

border-color css

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

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

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