Html Css Color HEX #47B378 Ocean Green

📋 copy color: '#47B378'

red 71 ◦ green 179 ◦ blue 120

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

Shades of Ocean Green #47B378

Tints of Ocean Green #47B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 19.19%
G = 48.38%
B = 32.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#47B378 (or 0x47B378) is known color: Ocean Green. HEX triplet: 47, B3 and 78. RGB value is (71,179,120). Sum of RGB (Red+Green+Blue) = 71+179+120=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #47B378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B378 is #B84C87. Grayscale: #8C8C8C. Windows color (decimal): -12078216 or 7910215. OLE color: 7910215.

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

Color convert

RGB 71 179 120 -
CMYK 0.60 0 0.33 0.30
HSL 147.22º 0.43% 0.49% -
HSV(B) 147.22º 0.6% 0.7% -
XYZ 22.11 34.94 23.35 -
YUV 139.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 71 179 120 0.60 0 0.33 0.30 147.22 0.43 0.49
Hex 47 B3 78 3C 0 21 1E 93 2B 31
Octal 107 263 170 74 0 41 36 223 53 61
Binary 1000111 10110011 1111000 111100 0 100001 11110 10010011 101011 110001

Color Harmonies of #47B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B378

Black with #47B378

Text Example


Text Example

White with #47B378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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