Html Css Color HEX #47976B Ocean Green

📋 copy color: '#47976B'

red 71 ◦ green 151 ◦ blue 107

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

Shades of Ocean Green #47976B

Tints of Ocean Green #47976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 21.58%
G = 45.9%
B = 32.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#47976B (or 0x47976B) is known color: Ocean Green. HEX triplet: 47, 97 and 6B. RGB value is (71,151,107). Sum of RGB (Red+Green+Blue) = 71+151+107=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #47976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47976B is #B86894. Grayscale: #7A7A7A. Windows color (decimal): -12085397 or 7051079. OLE color: 7051079.

HSL color Cylindrical-coordinate representation of color #47976B: hue angle of 147º 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 #47976B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 107 -
CMYK 0.53 0 0.29 0.41
HSL 147º 0.36% 0.44% -
HSV(B) 147º 0.53% 0.59% -
XYZ 16.32 24.53 17.79 -
YUV 122.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 71 151 107 0.53 0 0.29 0.41 147 0.36 0.44
Hex 47 97 6B 35 0 1D 29 93 24 2C
Octal 107 227 153 65 0 35 51 223 44 54
Binary 1000111 10010111 1101011 110101 0 11101 101001 10010011 100100 101100

Color Harmonies of #47976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47976B

Black with #47976B

Text Example


Text Example

White with #47976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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