Html Css Color HEX #47B382 Ocean Green

📋 copy color: '#47B382'

red 71 ◦ green 179 ◦ blue 130

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

Shades of Ocean Green #47B382

Tints of Ocean Green #47B382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 18.68%
G = 47.11%
B = 34.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#47B382 (or 0x47B382) is known color: Ocean Green. HEX triplet: 47, B3 and 82. RGB value is (71,179,130). Sum of RGB (Red+Green+Blue) = 71+179+130=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #47B382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B382 is #B84C7D. Grayscale: #8D8D8D. Windows color (decimal): -12078206 or 8565575. OLE color: 8565575.

HSL color Cylindrical-coordinate representation of color #47B382: hue angle of 152.78º 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 #47B382 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 179 130 -
CMYK 0.60 0 0.27 0.30
HSL 152.78º 0.43% 0.49% -
HSV(B) 152.78º 0.6% 0.7% -
XYZ 22.75 35.19 26.71 -
YUV 141.12 121.72 77.98 -
System Red Green Blue C M Y K H S L
Decimal 71 179 130 0.60 0 0.27 0.30 152.78 0.43 0.49
Hex 47 B3 82 3C 0 1B 1E 99 2B 31
Octal 107 263 202 74 0 33 36 231 53 61
Binary 1000111 10110011 10000010 111100 0 11011 11110 10011001 101011 110001

Color Harmonies of #47B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B382

Black with #47B382

Text Example


Text Example

White with #47B382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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