Html Css Color HEX #47B16A Ocean Green

📋 copy color: '#47B16A'

red 71 ◦ green 177 ◦ blue 106

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

Shades of Ocean Green #47B16A

Tints of Ocean Green #47B16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 20.06%
G = 50%
B = 29.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#47B16A (or 0x47B16A) is known color: Ocean Green. HEX triplet: 47, B1 and 6A. RGB value is (71,177,106). Sum of RGB (Red+Green+Blue) = 71+177+106=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #47B16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B16A is #B84E95. Grayscale: #898989. Windows color (decimal): -12078742 or 6992199. OLE color: 6992199.

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

Color convert

RGB 71 177 106 -
CMYK 0.60 0 0.40 0.31
HSL 139.81º 0.43% 0.49% -
HSV(B) 139.81º 0.6% 0.69% -
XYZ 20.92 33.82 19.06 -
YUV 137.21 110.38 80.77 -
System Red Green Blue C M Y K H S L
Decimal 71 177 106 0.60 0 0.40 0.31 139.81 0.43 0.49
Hex 47 B1 6A 3C 0 28 1F 8C 2B 31
Octal 107 261 152 74 0 50 37 214 53 61
Binary 1000111 10110001 1101010 111100 0 101000 11111 10001100 101011 110001

Color Harmonies of #47B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B16A

Black with #47B16A

Text Example


Text Example

White with #47B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,177,106); }

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

background-color css

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

 a { background-color: rgb(71,177,106); }

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

border-color css

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

 span { border-color: rgb(71,177,106); }

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