Html Css Color HEX #048162 Tropical Rain Forest

📋 copy color: '#048162'

red 4 ◦ green 129 ◦ blue 98

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

Shades of Tropical Rain Forest #048162

Tints of Tropical Rain Forest #048162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.84%

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

R = 1.73%
G = 55.84%
B = 42.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#048162 (or 0x048162) is known color: Tropical Rain Forest. HEX triplet: 04, 81 and 62. RGB value is (4,129,98). Sum of RGB (Red+Green+Blue) = 4+129+98=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #048162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048162 is #FB7E9D. Grayscale: #585858. Windows color (decimal): -16481950 or 6455556. OLE color: 6455556.

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

Color convert

RGB 4 129 98 -
CMYK 0.97 0 0.24 0.49
HSL 165.12º 0.94% 0.26% -
HSV(B) 165.12º 0.97% 0.51% -
XYZ 10.1 16.61 14.23 -
YUV 88.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 4 129 98 0.97 0 0.24 0.49 165.12 0.94 0.26
Hex 4 81 62 61 0 18 31 A5 5E 1A
Octal 4 201 142 141 0 30 61 245 136 32
Binary 100 10000001 1100010 1100001 0 11000 110001 10100101 1011110 11010

Color Harmonies of #048162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048162

Black with #048162

Text Example


Text Example

White with #048162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048162; }

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

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

background-color css

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

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

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

border-color css

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

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

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