Html Css Color HEX #47B381 Ocean Green

📋 copy color: '#47B381'

red 71 ◦ green 179 ◦ blue 129

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

Shades of Ocean Green #47B381

Tints of Ocean Green #47B381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 18.73%
G = 47.23%
B = 34.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#47B381 (or 0x47B381) is known color: Ocean Green. HEX triplet: 47, B3 and 81. RGB value is (71,179,129). Sum of RGB (Red+Green+Blue) = 71+179+129=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #47B381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B381 is #B84C7E. Grayscale: #8D8D8D. Windows color (decimal): -12078207 or 8500039. OLE color: 8500039.

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

Color convert

RGB 71 179 129 -
CMYK 0.60 0 0.28 0.30
HSL 152.22º 0.43% 0.49% -
HSV(B) 152.22º 0.6% 0.7% -
XYZ 22.68 35.16 26.36 -
YUV 141.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 71 179 129 0.60 0 0.28 0.30 152.22 0.43 0.49
Hex 47 B3 81 3C 0 1C 1E 98 2B 31
Octal 107 263 201 74 0 34 36 230 53 61
Binary 1000111 10110011 10000001 111100 0 11100 11110 10011000 101011 110001

Color Harmonies of #47B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B381

Black with #47B381

Text Example


Text Example

White with #47B381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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