Html Css Color HEX #47B387 Ocean Green

📋 copy color: '#47B387'

red 71 ◦ green 179 ◦ blue 135

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

Shades of Ocean Green #47B387

Tints of Ocean Green #47B387

RGB

 RED value IS 71 (28.13% from 255) = 18.44%

 GREEN value IS 179 (70.31% from 255) = 46.49%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 18.44%
G = 46.49%
B = 35.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#47B387 (or 0x47B387) is known color: Ocean Green. HEX triplet: 47, B3 and 87. RGB value is (71,179,135). Sum of RGB (Red+Green+Blue) = 71+179+135=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #47B387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B387 is #B84C78. Grayscale: #8D8D8D. Windows color (decimal): -12078201 or 8893255. OLE color: 8893255.

HSL color Cylindrical-coordinate representation of color #47B387: hue angle of 155.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B387 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 179 135 -
CMYK 0.60 0 0.25 0.30
HSL 155.56º 0.43% 0.49% -
HSV(B) 155.56º 0.6% 0.7% -
XYZ 23.09 35.33 28.52 -
YUV 141.69 124.22 77.58 -
System Red Green Blue C M Y K H S L
Decimal 71 179 135 0.60 0 0.25 0.30 155.56 0.43 0.49
Hex 47 B3 87 3C 0 19 1E 9C 2B 31
Octal 107 263 207 74 0 31 36 234 53 61
Binary 1000111 10110011 10000111 111100 0 11001 11110 10011100 101011 110001

Color Harmonies of #47B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B387

Black with #47B387

Text Example


Text Example

White with #47B387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47B387; }

 p { color: rgb(71,179,135); }

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

background-color css

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

 a { background-color: rgb(71,179,135); }

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

border-color css

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

 span { border-color: rgb(71,179,135); }

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