Html Css Color HEX #47946F Ocean Green

📋 copy color: '#47946F'

red 71 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #47946F

Tints of Ocean Green #47946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 21.52%
G = 44.85%
B = 33.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#47946F (or 0x47946F) is known color: Ocean Green. HEX triplet: 47, 94 and 6F. RGB value is (71,148,111). Sum of RGB (Red+Green+Blue) = 71+148+111=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #47946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47946F is #B86B90. Grayscale: #787878. Windows color (decimal): -12086161 or 7312455. OLE color: 7312455.

HSL color Cylindrical-coordinate representation of color #47946F: hue angle of 151.17º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47946F is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 111 -
CMYK 0.52 0 0.25 0.42
HSL 151.17º 0.35% 0.43% -
HSV(B) 151.17º 0.52% 0.58% -
XYZ 16.06 23.67 18.76 -
YUV 120.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 71 148 111 0.52 0 0.25 0.42 151.17 0.35 0.43
Hex 47 94 6F 34 0 19 2A 97 23 2B
Octal 107 224 157 64 0 31 52 227 43 53
Binary 1000111 10010100 1101111 110100 0 11001 101010 10010111 100011 101011

Color Harmonies of #47946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47946F

Black with #47946F

Text Example


Text Example

White with #47946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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