#038264

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

Shades of Tropical Rain Forest #038264

Tints of Tropical Rain Forest #038264

Color information

#038264 (or 0x038264) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 82 and 64. RGB value is (3,130,100). Sum of RGB (Red+Green+Blue) = 3+130+100=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #038264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038264 is #FC7D9B. Grayscale: #585858. Windows color (decimal): -16547228 or 6586883. OLE color: 6586883.

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

Color convert

RGB3130100-
CMYK0.9800.230.49
HSL165.83º95.49%26.08%-
HSV(B)165.83º97.69%50.98%-
XYZ10.3216.914.78-
YUV88.61134.4266.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 100 (39.45% from 255) = 42.92%
R=1.29%
G=55.79%
B=42.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301000.9800.230.49165.8395.4926.08
Hex382646201731a65f1a
Octal32021441420276124613732
Binary11100000101100100110001001011111000110100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038264; }

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

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

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

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

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

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

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

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