#038261

Color #038261 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #038261

Tints of Tropical Rain Forest #038261

Color information

#038261 (or 0x038261) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 82 and 61. RGB value is (3,130,97). Sum of RGB (Red+Green+Blue) = 3+130+97=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #038261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038261 is #FC7D9E. Grayscale: #585858. Windows color (decimal): -16547231 or 6390275. OLE color: 6390275.

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

Color convert

RGB313097-
CMYK0.9800.250.49
HSL164.41º95.49%26.08%-
HSV(B)164.41º97.69%50.98%-
XYZ10.1816.8514.02-
YUV88.27132.9267.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 130 (51.17% from 255) = 56.52%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=1.30%
G=56.52%
B=42.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130970.9800.250.49164.4195.4926.08
Hex382616201931a45f1a
Octal32021411420316124413732
Binary11100000101100001110001001100111000110100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038261; }

 p { color: rgb(3,130,97); }

 H1.HeaderClassName
 {
   color: #038261;
 }
 .AnyTagClassName
 {
   color: #038261;
 }
</style>
background-color css

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

 a { background-color: rgb(3,130,97); }

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

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

 span { border-color: rgb(3,130,97); }

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