Html Css Color HEX #47966D Ocean Green

📋 copy color: '#47966D'

red 71 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #47966D

Tints of Ocean Green #47966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 21.52%
G = 45.45%
B = 33.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#47966D (or 0x47966D) is known color: Ocean Green. HEX triplet: 47, 96 and 6D. RGB value is (71,150,109). Sum of RGB (Red+Green+Blue) = 71+150+109=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #47966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47966D is #B86992. Grayscale: #797979. Windows color (decimal): -12085651 or 7181895. OLE color: 7181895.

HSL color Cylindrical-coordinate representation of color #47966D: hue angle of 148.86º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47966D is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 109 -
CMYK 0.53 0 0.27 0.41
HSL 148.86º 0.36% 0.43% -
HSV(B) 148.86º 0.53% 0.59% -
XYZ 16.27 24.26 18.29 -
YUV 121.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 71 150 109 0.53 0 0.27 0.41 148.86 0.36 0.43
Hex 47 96 6D 35 0 1B 29 95 24 2B
Octal 107 226 155 65 0 33 51 225 44 53
Binary 1000111 10010110 1101101 110101 0 11011 101001 10010101 100100 101011

Color Harmonies of #47966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47966D

Black with #47966D

Text Example


Text Example

White with #47966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47966D; }

 p { color: rgb(71,150,109); }

 H1.HeaderClassName
 {
   color: #47966D;
 }
 .AnyTagClassName
 {
   color: #47966D;
 }
</style>

background-color css

<style>
 a { background-color: #47966D; }

 a { background-color: rgb(71,150,109); }

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

border-color css

<style>
 span { border-color: #47966D; }

 span { border-color: rgb(71,150,109); }

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