Html Css Color HEX #018067 Tropical Rain Forest

📋 copy color: '#018067'

red 1 ◦ green 128 ◦ blue 103

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

Shades of Tropical Rain Forest #018067

Tints of Tropical Rain Forest #018067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

 BLUE value IS 103 (40.63% from 255) = 44.4%

R = 0.43%
G = 55.17%
B = 44.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#018067 (or 0x018067) is known color: Tropical Rain Forest. HEX triplet: 01, 80 and 67. RGB value is (1,128,103). Sum of RGB (Red+Green+Blue) = 1+128+103=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #018067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018067 is #FE7F98. Grayscale: #575757. Windows color (decimal): -16678809 or 6782977. OLE color: 6782977.

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

Color convert

RGB 1 128 103 -
CMYK 0.99 0 0.20 0.50
HSL 168.19º 0.98% 0.25% -
HSV(B) 168.19º 0.99% 0.5% -
XYZ 10.18 16.42 15.47 -
YUV 87.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 1 128 103 0.99 0 0.20 0.50 168.19 0.98 0.25
Hex 1 80 67 63 0 14 32 A8 62 19
Octal 1 200 147 143 0 24 62 250 142 31
Binary 1 10000000 1100111 1100011 0 10100 110010 10101000 1100010 11001

Color Harmonies of #018067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018067

Black with #018067

Text Example


Text Example

White with #018067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018067; }

 p { color: rgb(1,128,103); }

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

background-color css

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

 a { background-color: rgb(1,128,103); }

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

border-color css

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

 span { border-color: rgb(1,128,103); }

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