Html Css Color HEX #018165 Tropical Rain Forest

📋 copy color: '#018165'

red 1 ◦ green 129 ◦ blue 101

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

Shades of Tropical Rain Forest #018165

Tints of Tropical Rain Forest #018165

RGB

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

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

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

R = 0.43%
G = 55.84%
B = 43.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#018165 (or 0x018165) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 65. RGB value is (1,129,101). Sum of RGB (Red+Green+Blue) = 1+129+101=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #018165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018165 is #FE7E9A. Grayscale: #575757. Windows color (decimal): -16678555 or 6652161. OLE color: 6652161.

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

Color convert

RGB 1 129 101 -
CMYK 0.99 0 0.22 0.49
HSL 166.88º 0.98% 0.25% -
HSV(B) 166.88º 0.99% 0.51% -
XYZ 10.21 16.65 14.99 -
YUV 87.54 135.59 66.28 -
System Red Green Blue C M Y K H S L
Decimal 1 129 101 0.99 0 0.22 0.49 166.88 0.98 0.25
Hex 1 81 65 63 0 16 31 A7 62 19
Octal 1 201 145 143 0 26 61 247 142 31
Binary 1 10000001 1100101 1100011 0 10110 110001 10100111 1100010 11001

Color Harmonies of #018165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018165

Black with #018165

Text Example


Text Example

White with #018165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018165; }

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

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

background-color css

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

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

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

border-color css

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

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

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