Html Css Color HEX #0B7358 Tropical Rain Forest

📋 copy color: '#0B7358'

red 11 ◦ green 115 ◦ blue 88

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

Shades of Tropical Rain Forest #0B7358

Tints of Tropical Rain Forest #0B7358

RGB

 RED value IS 11 (4.69% from 255) = 5.14%

 GREEN value IS 115 (45.31% from 255) = 53.74%

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 5.14%
G = 53.74%
B = 41.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#0B7358 (or 0x0B7358) is known color: Tropical Rain Forest. HEX triplet: 0B, 73 and 58. RGB value is (11,115,88). Sum of RGB (Red+Green+Blue) = 11+115+88=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7358 is #F48CA7. Grayscale: #505050. Windows color (decimal): -16026792 or 5796619. OLE color: 5796619.

HSL color Cylindrical-coordinate representation of color #0B7358: hue angle of 164.42º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7358 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 115 88 -
CMYK 0.90 0 0.23 0.55
HSL 164.42º 0.83% 0.25% -
HSV(B) 164.42º 0.9% 0.45% -
XYZ 8.03 13.04 11.33 -
YUV 80.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 11 115 88 0.90 0 0.23 0.55 164.42 0.83 0.25
Hex B 73 58 5A 0 17 37 A4 53 19
Octal 13 163 130 132 0 27 67 244 123 31
Binary 1011 1110011 1011000 1011010 0 10111 110111 10100100 1010011 11001

Color Harmonies of #0B7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7358

Black with #0B7358

Text Example


Text Example

White with #0B7358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B7358; }

 p { color: rgb(11,115,88); }

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

background-color css

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

 a { background-color: rgb(11,115,88); }

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

border-color css

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

 span { border-color: rgb(11,115,88); }

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