Html Css Color HEX #03835C Tropical Rain Forest

📋 copy color: '#03835C'

red 3 ◦ green 131 ◦ blue 92

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

Shades of Tropical Rain Forest #03835C

Tints of Tropical Rain Forest #03835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.96%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 1.33%
G = 57.96%
B = 40.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#03835C (or 0x03835C) is known color: Tropical Rain Forest. HEX triplet: 03, 83 and 5C. RGB value is (3,131,92). Sum of RGB (Red+Green+Blue) = 3+131+92=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #03835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03835C is #FC7CA3. Grayscale: #585858. Windows color (decimal): -16546980 or 6062851. OLE color: 6062851.

HSL color Cylindrical-coordinate representation of color #03835C: hue angle of 161.72º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03835C is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 131 92 -
CMYK 0.98 0 0.30 0.49
HSL 161.72º 0.96% 0.26% -
HSV(B) 161.72º 0.98% 0.51% -
XYZ 10.09 17.02 12.88 -
YUV 88.28 130.09 67.17 -
System Red Green Blue C M Y K H S L
Decimal 3 131 92 0.98 0 0.30 0.49 161.72 0.96 0.26
Hex 3 83 5C 62 0 1E 31 A2 60 1A
Octal 3 203 134 142 0 36 61 242 140 32
Binary 11 10000011 1011100 1100010 0 11110 110001 10100010 1100000 11010

Color Harmonies of #03835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03835C

Black with #03835C

Text Example


Text Example

White with #03835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03835C; }

 p { color: rgb(3,131,92); }

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

background-color css

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

 a { background-color: rgb(3,131,92); }

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

border-color css

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

 span { border-color: rgb(3,131,92); }

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