#038258

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

Shades of Tropical Rain Forest #038258

Tints of Tropical Rain Forest #038258

Color information

#038258 (or 0x038258) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 82 and 58. RGB value is (3,130,88). Sum of RGB (Red+Green+Blue) = 3+130+88=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #038258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038258 is #FC7DA7. Grayscale: #575757. Windows color (decimal): -16547240 or 5800451. OLE color: 5800451.

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

Color convert

RGB313088-
CMYK0.9800.320.49
HSL160.16º95.49%26.08%-
HSV(B)160.16º97.69%50.98%-
XYZ9.7816.6911.94-
YUV87.24128.4267.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=1.36%
G=58.82%
B=39.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130880.9800.320.49160.1695.4926.08
Hex382586202031a05f1a
Octal32021301420406124013732
Binary111000001010110001100010010000011000110100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038258; }

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

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

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

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

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

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

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

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