Html Css Color HEX #47A56F Ocean Green

📋 copy color: '#47A56F'

red 71 ◦ green 165 ◦ blue 111

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

Shades of Ocean Green #47A56F

Tints of Ocean Green #47A56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.55%

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

R = 20.46%
G = 47.55%
B = 31.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#47A56F (or 0x47A56F) is known color: Ocean Green. HEX triplet: 47, A5 and 6F. RGB value is (71,165,111). Sum of RGB (Red+Green+Blue) = 71+165+111=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #47A56F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A56F is #B85A90. Grayscale: #828282. Windows color (decimal): -12081809 or 7316807. OLE color: 7316807.

HSL color Cylindrical-coordinate representation of color #47A56F: hue angle of 145.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A56F is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 165 111 -
CMYK 0.57 0 0.33 0.35
HSL 145.53º 0.4% 0.46% -
HSV(B) 145.53º 0.57% 0.65% -
XYZ 18.92 29.4 19.72 -
YUV 130.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 71 165 111 0.57 0 0.33 0.35 145.53 0.4 0.46
Hex 47 A5 6F 39 0 21 23 92 28 2E
Octal 107 245 157 71 0 41 43 222 50 56
Binary 1000111 10100101 1101111 111001 0 100001 100011 10010010 101000 101110

Color Harmonies of #47A56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A56F

Black with #47A56F

Text Example


Text Example

White with #47A56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A56F; }

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

 H1.HeaderClassName
 {
   color: #47A56F;
 }
 .AnyTagClassName
 {
   color: #47A56F;
 }
</style>

background-color css

<style>
 a { background-color: #47A56F; }

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

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

border-color css

<style>
 span { border-color: #47A56F; }

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

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