Html Css Color HEX #02755F Tropical Rain Forest

📋 copy color: '#02755F'

red 2 ◦ green 117 ◦ blue 95

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

Shades of Tropical Rain Forest #02755F

Tints of Tropical Rain Forest #02755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.67%

 BLUE value IS 95 (37.5% from 255) = 44.39%

R = 0.93%
G = 54.67%
B = 44.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#02755F (or 0x02755F) is known color: Tropical Rain Forest. HEX triplet: 02, 75 and 5F. RGB value is (2,117,95). Sum of RGB (Red+Green+Blue) = 2+117+95=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #02755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02755F is #FD8AA0. Grayscale: #505050. Windows color (decimal): -16616097 or 6255874. OLE color: 6255874.

HSL color Cylindrical-coordinate representation of color #02755F: hue angle of 168.52º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02755F is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 95 -
CMYK 0.98 0 0.19 0.54
HSL 168.52º 0.97% 0.23% -
HSV(B) 168.52º 0.98% 0.46% -
XYZ 8.45 13.56 13 -
YUV 80.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 2 117 95 0.98 0 0.19 0.54 168.52 0.97 0.23
Hex 2 75 5F 62 0 13 36 A9 61 17
Octal 2 165 137 142 0 23 66 251 141 27
Binary 10 1110101 1011111 1100010 0 10011 110110 10101001 1100001 10111

Color Harmonies of #02755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02755F

Black with #02755F

Text Example


Text Example

White with #02755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02755F; }

 p { color: rgb(2,117,95); }

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

background-color css

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

 a { background-color: rgb(2,117,95); }

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

border-color css

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

 span { border-color: rgb(2,117,95); }

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