Html Css Color HEX #038360 Tropical Rain Forest

📋 copy color: '#038360'

red 3 ◦ green 131 ◦ blue 96

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

Shades of Tropical Rain Forest #038360

Tints of Tropical Rain Forest #038360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 1.3%
G = 56.96%
B = 41.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#038360 (or 0x038360) is known color: Tropical Rain Forest. HEX triplet: 03, 83 and 60. RGB value is (3,131,96). Sum of RGB (Red+Green+Blue) = 3+131+96=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #038360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038360 is #FC7C9F. Grayscale: #585858. Windows color (decimal): -16546976 or 6324995. OLE color: 6324995.

HSL color Cylindrical-coordinate representation of color #038360: hue angle of 163.59º 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 #038360 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 131 96 -
CMYK 0.98 0 0.27 0.49
HSL 163.59º 0.96% 0.26% -
HSV(B) 163.59º 0.98% 0.51% -
XYZ 10.27 17.1 13.83 -
YUV 88.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 3 131 96 0.98 0 0.27 0.49 163.59 0.96 0.26
Hex 3 83 60 62 0 1B 31 A4 60 1A
Octal 3 203 140 142 0 33 61 244 140 32
Binary 11 10000011 1100000 1100010 0 11011 110001 10100100 1100000 11010

Color Harmonies of #038360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038360

Black with #038360

Text Example


Text Example

White with #038360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038360; }

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

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

background-color css

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

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

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

border-color css

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

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

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