Html Css Color HEX #02725E Tropical Rain Forest

📋 copy color: '#02725E'

red 2 ◦ green 114 ◦ blue 94

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

Shades of Tropical Rain Forest #02725E

Tints of Tropical Rain Forest #02725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.29%

 BLUE value IS 94 (37.11% from 255) = 44.76%

R = 0.95%
G = 54.29%
B = 44.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#02725E (or 0x02725E) is known color: Tropical Rain Forest. HEX triplet: 02, 72 and 5E. RGB value is (2,114,94). Sum of RGB (Red+Green+Blue) = 2+114+94=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #02725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02725E is #FD8DA1. Grayscale: #4E4E4E. Windows color (decimal): -16616866 or 6189570. OLE color: 6189570.

HSL color Cylindrical-coordinate representation of color #02725E: hue angle of 169.29º 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 #02725E is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 114 94 -
CMYK 0.98 0 0.18 0.55
HSL 169.29º 0.97% 0.23% -
HSV(B) 169.29º 0.98% 0.45% -
XYZ 8.06 12.86 12.65 -
YUV 78.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 2 114 94 0.98 0 0.18 0.55 169.29 0.97 0.23
Hex 2 72 5E 62 0 12 37 A9 61 17
Octal 2 162 136 142 0 22 67 251 141 27
Binary 10 1110010 1011110 1100010 0 10010 110111 10101001 1100001 10111

Color Harmonies of #02725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02725E

Black with #02725E

Text Example


Text Example

White with #02725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02725E; }

 p { color: rgb(2,114,94); }

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

background-color css

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

 a { background-color: rgb(2,114,94); }

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

border-color css

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

 span { border-color: rgb(2,114,94); }

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