Html Css Color HEX #03855D Tropical Rain Forest

📋 copy color: '#03855D'

red 3 ◦ green 133 ◦ blue 93

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

Shades of Tropical Rain Forest #03855D

Tints of Tropical Rain Forest #03855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.08%

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

R = 1.31%
G = 58.08%
B = 40.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#03855D (or 0x03855D) is known color: Tropical Rain Forest. HEX triplet: 03, 85 and 5D. RGB value is (3,133,93). Sum of RGB (Red+Green+Blue) = 3+133+93=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #03855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03855D is #FC7AA2. Grayscale: #595959. Windows color (decimal): -16546467 or 6128899. OLE color: 6128899.

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

Color convert

RGB 3 133 93 -
CMYK 0.98 0 0.30 0.48
HSL 161.54º 0.96% 0.27% -
HSV(B) 161.54º 0.98% 0.52% -
XYZ 10.4 17.58 13.2 -
YUV 89.57 129.93 66.25 -
System Red Green Blue C M Y K H S L
Decimal 3 133 93 0.98 0 0.30 0.48 161.54 0.96 0.27
Hex 3 85 5D 62 0 1E 30 A2 60 1B
Octal 3 205 135 142 0 36 60 242 140 33
Binary 11 10000101 1011101 1100010 0 11110 110000 10100010 1100000 11011

Color Harmonies of #03855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03855D

Black with #03855D

Text Example


Text Example

White with #03855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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