Html Css Color HEX #03875D Tropical Rain Forest

📋 copy color: '#03875D'

red 3 ◦ green 135 ◦ blue 93

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

Shades of Tropical Rain Forest #03875D

Tints of Tropical Rain Forest #03875D

RGB

 RED value IS 3 (1.56% from 255) = 1.3%

 GREEN value IS 135 (53.13% from 255) = 58.44%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 1.3%
G = 58.44%
B = 40.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#03875D (or 0x03875D) is known color: Tropical Rain Forest. HEX triplet: 03, 87 and 5D. RGB value is (3,135,93). Sum of RGB (Red+Green+Blue) = 3+135+93=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #03875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03875D is #FC78A2. Grayscale: #5A5A5A. Windows color (decimal): -16545955 or 6129411. OLE color: 6129411.

HSL color Cylindrical-coordinate representation of color #03875D: hue angle of 160.91º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03875D is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 135 93 -
CMYK 0.98 0 0.31 0.47
HSL 160.91º 0.96% 0.27% -
HSV(B) 160.91º 0.98% 0.53% -
XYZ 10.68 18.14 13.29 -
YUV 90.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 3 135 93 0.98 0 0.31 0.47 160.91 0.96 0.27
Hex 3 87 5D 62 0 1F 2F A1 60 1B
Octal 3 207 135 142 0 37 57 241 140 33
Binary 11 10000111 1011101 1100010 0 11111 101111 10100001 1100000 11011

Color Harmonies of #03875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03875D

Black with #03875D

Text Example


Text Example

White with #03875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03875D; }

 p { color: rgb(3,135,93); }

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

background-color css

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

 a { background-color: rgb(3,135,93); }

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

border-color css

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

 span { border-color: rgb(3,135,93); }

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