Html Css Color HEX #027063 Tropical Rain Forest

📋 copy color: '#027063'

red 2 ◦ green 112 ◦ blue 99

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

Shades of Tropical Rain Forest #027063

Tints of Tropical Rain Forest #027063

RGB

 RED value IS 2 (1.17% from 255) = 0.94%

 GREEN value IS 112 (44.14% from 255) = 52.58%

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 0.94%
G = 52.58%
B = 46.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#027063 (or 0x027063) is known color: Tropical Rain Forest. HEX triplet: 02, 70 and 63. RGB value is (2,112,99). Sum of RGB (Red+Green+Blue) = 2+112+99=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #027063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027063 is #FD8F9C. Grayscale: #4D4D4D. Windows color (decimal): -16617373 or 6516738. OLE color: 6516738.

HSL color Cylindrical-coordinate representation of color #027063: hue angle of 172.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027063 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 99 -
CMYK 0.98 0 0.12 0.56
HSL 172.91º 0.96% 0.22% -
HSV(B) 172.91º 0.98% 0.44% -
XYZ 8.07 12.5 13.79 -
YUV 77.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 2 112 99 0.98 0 0.12 0.56 172.91 0.96 0.22
Hex 2 70 63 62 0 C 38 AD 60 16
Octal 2 160 143 142 0 14 70 255 140 26
Binary 10 1110000 1100011 1100010 0 1100 111000 10101101 1100000 10110

Color Harmonies of #027063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027063

Black with #027063

Text Example


Text Example

White with #027063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027063; }

 p { color: rgb(2,112,99); }

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

background-color css

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

 a { background-color: rgb(2,112,99); }

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

border-color css

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

 span { border-color: rgb(2,112,99); }

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