Html Css Color HEX #038259 Tropical Rain Forest

📋 copy color: '#038259'

red 3 ◦ green 130 ◦ blue 89

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

Shades of Tropical Rain Forest #038259

Tints of Tropical Rain Forest #038259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.56%

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 1.35%
G = 58.56%
B = 40.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#038259 (or 0x038259) is known color: Tropical Rain Forest. HEX triplet: 03, 82 and 59. RGB value is (3,130,89). Sum of RGB (Red+Green+Blue) = 3+130+89=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #038259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038259 is #FC7DA6. Grayscale: #575757. Windows color (decimal): -16547239 or 5865987. OLE color: 5865987.

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

Color convert

RGB 3 130 89 -
CMYK 0.98 0 0.32 0.49
HSL 160.63º 0.95% 0.26% -
HSV(B) 160.63º 0.98% 0.51% -
XYZ 9.82 16.71 12.16 -
YUV 87.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 3 130 89 0.98 0 0.32 0.49 160.63 0.95 0.26
Hex 3 82 59 62 0 20 31 A1 5F 1A
Octal 3 202 131 142 0 40 61 241 137 32
Binary 11 10000010 1011001 1100010 0 100000 110001 10100001 1011111 11010

Color Harmonies of #038259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038259

Black with #038259

Text Example


Text Example

White with #038259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038259; }

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

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

background-color css

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

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

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

border-color css

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

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

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