Html Css Color HEX #47976F Ocean Green

📋 copy color: '#47976F'

red 71 ◦ green 151 ◦ blue 111

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

Shades of Ocean Green #47976F

Tints of Ocean Green #47976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 21.32%
G = 45.35%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#47976F (or 0x47976F) is known color: Ocean Green. HEX triplet: 47, 97 and 6F. RGB value is (71,151,111). Sum of RGB (Red+Green+Blue) = 71+151+111=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #47976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47976F is #B86890. Grayscale: #7A7A7A. Windows color (decimal): -12085393 or 7313223. OLE color: 7313223.

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

Color convert

RGB 71 151 111 -
CMYK 0.53 0 0.26 0.41
HSL 150º 0.36% 0.44% -
HSV(B) 150º 0.53% 0.59% -
XYZ 16.53 24.62 18.92 -
YUV 122.52 121.5 91.25 -
System Red Green Blue C M Y K H S L
Decimal 71 151 111 0.53 0 0.26 0.41 150 0.36 0.44
Hex 47 97 6F 35 0 1A 29 96 24 2C
Octal 107 227 157 65 0 32 51 226 44 54
Binary 1000111 10010111 1101111 110101 0 11010 101001 10010110 100100 101100

Color Harmonies of #47976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47976F

Black with #47976F

Text Example


Text Example

White with #47976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47976F; }

 p { color: rgb(71,151,111); }

 H1.HeaderClassName
 {
   color: #47976F;
 }
 .AnyTagClassName
 {
   color: #47976F;
 }
</style>

background-color css

<style>
 a { background-color: #47976F; }

 a { background-color: rgb(71,151,111); }

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

border-color css

<style>
 span { border-color: #47976F; }

 span { border-color: rgb(71,151,111); }

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