Html Css Color HEX #47956D Ocean Green

📋 copy color: '#47956D'

red 71 ◦ green 149 ◦ blue 109

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

Shades of Ocean Green #47956D

Tints of Ocean Green #47956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

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

R = 21.58%
G = 45.29%
B = 33.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#47956D (or 0x47956D) is known color: Ocean Green. HEX triplet: 47, 95 and 6D. RGB value is (71,149,109). Sum of RGB (Red+Green+Blue) = 71+149+109=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #47956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47956D is #B86A92. Grayscale: #797979. Windows color (decimal): -12085907 or 7181639. OLE color: 7181639.

HSL color Cylindrical-coordinate representation of color #47956D: hue angle of 149.23º 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 #47956D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 109 -
CMYK 0.52 0 0.27 0.42
HSL 149.23º 0.35% 0.43% -
HSV(B) 149.23º 0.52% 0.58% -
XYZ 16.11 23.94 18.24 -
YUV 121.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 71 149 109 0.52 0 0.27 0.42 149.23 0.35 0.43
Hex 47 95 6D 34 0 1B 2A 95 23 2B
Octal 107 225 155 64 0 33 52 225 43 53
Binary 1000111 10010101 1101101 110100 0 11011 101010 10010101 100011 101011

Color Harmonies of #47956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47956D

Black with #47956D

Text Example


Text Example

White with #47956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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