Html Css Color HEX #47986C Ocean Green

📋 copy color: '#47986C'

red 71 ◦ green 152 ◦ blue 108

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

Shades of Ocean Green #47986C

Tints of Ocean Green #47986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.92%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 21.45%
G = 45.92%
B = 32.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#47986C (or 0x47986C) is known color: Ocean Green. HEX triplet: 47, 98 and 6C. RGB value is (71,152,108). Sum of RGB (Red+Green+Blue) = 71+152+108=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #47986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47986C is #B86793. Grayscale: #7A7A7A. Windows color (decimal): -12085140 or 7116871. OLE color: 7116871.

HSL color Cylindrical-coordinate representation of color #47986C: hue angle of 147.41º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47986C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 108 -
CMYK 0.53 0 0.29 0.40
HSL 147.41º 0.36% 0.44% -
HSV(B) 147.41º 0.53% 0.6% -
XYZ 16.53 24.88 18.12 -
YUV 122.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 71 152 108 0.53 0 0.29 0.40 147.41 0.36 0.44
Hex 47 98 6C 35 0 1D 28 93 24 2C
Octal 107 230 154 65 0 35 50 223 44 54
Binary 1000111 10011000 1101100 110101 0 11101 101000 10010011 100100 101100

Color Harmonies of #47986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47986C

Black with #47986C

Text Example


Text Example

White with #47986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47986C; }

 p { color: rgb(71,152,108); }

 H1.HeaderClassName
 {
   color: #47986C;
 }
 .AnyTagClassName
 {
   color: #47986C;
 }
</style>

background-color css

<style>
 a { background-color: #47986C; }

 a { background-color: rgb(71,152,108); }

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

border-color css

<style>
 span { border-color: #47986C; }

 span { border-color: rgb(71,152,108); }

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