Html Css Color HEX #018162 Tropical Rain Forest

📋 copy color: '#018162'

red 1 ◦ green 129 ◦ blue 98

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

Shades of Tropical Rain Forest #018162

Tints of Tropical Rain Forest #018162

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

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

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

R = 0.44%
G = 56.58%
B = 42.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#018162 (or 0x018162) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 62. RGB value is (1,129,98). Sum of RGB (Red+Green+Blue) = 1+129+98=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #018162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018162 is #FE7E9D. Grayscale: #575757. Windows color (decimal): -16678558 or 6455553. OLE color: 6455553.

HSL color Cylindrical-coordinate representation of color #018162: hue angle of 165.47º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018162 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 98 -
CMYK 0.99 0 0.24 0.49
HSL 165.47º 0.98% 0.25% -
HSV(B) 165.47º 0.99% 0.51% -
XYZ 10.07 16.59 14.23 -
YUV 87.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 1 129 98 0.99 0 0.24 0.49 165.47 0.98 0.25
Hex 1 81 62 63 0 18 31 A5 62 19
Octal 1 201 142 143 0 30 61 245 142 31
Binary 1 10000001 1100010 1100011 0 11000 110001 10100101 1100010 11001

Color Harmonies of #018162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018162

Black with #018162

Text Example


Text Example

White with #018162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018162; }

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

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

background-color css

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

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

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

border-color css

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

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

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