Html Css Color HEX #027465 Tropical Rain Forest

📋 copy color: '#027465'

red 2 ◦ green 116 ◦ blue 101

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

Shades of Tropical Rain Forest #027465

Tints of Tropical Rain Forest #027465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.97%

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

R = 0.91%
G = 52.97%
B = 46.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#027465 (or 0x027465) is known color: Tropical Rain Forest. HEX triplet: 02, 74 and 65. RGB value is (2,116,101). Sum of RGB (Red+Green+Blue) = 2+116+101=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #027465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027465 is #FD8B9A. Grayscale: #505050. Windows color (decimal): -16616347 or 6648834. OLE color: 6648834.

HSL color Cylindrical-coordinate representation of color #027465: hue angle of 172.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027465 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 101 -
CMYK 0.98 0 0.13 0.55
HSL 172.11º 0.97% 0.23% -
HSV(B) 172.11º 0.98% 0.45% -
XYZ 8.62 13.44 14.45 -
YUV 80.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 2 116 101 0.98 0 0.13 0.55 172.11 0.97 0.23
Hex 2 74 65 62 0 D 37 AC 61 17
Octal 2 164 145 142 0 15 67 254 141 27
Binary 10 1110100 1100101 1100010 0 1101 110111 10101100 1100001 10111

Color Harmonies of #027465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027465

Black with #027465

Text Example


Text Example

White with #027465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027465; }

 p { color: rgb(2,116,101); }

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

background-color css

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

 a { background-color: rgb(2,116,101); }

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

border-color css

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

 span { border-color: rgb(2,116,101); }

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