Html Css Color HEX #47A66F Ocean Green

📋 copy color: '#47A66F'

red 71 ◦ green 166 ◦ blue 111

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

Shades of Ocean Green #47A66F

Tints of Ocean Green #47A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.7%

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

R = 20.4%
G = 47.7%
B = 31.9%

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

#47A66F (or 0x47A66F) is known color: Ocean Green. HEX triplet: 47, A6 and 6F. RGB value is (71,166,111). Sum of RGB (Red+Green+Blue) = 71+166+111=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #47A66F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A66F is #B85990. Grayscale: #838383. Windows color (decimal): -12081553 or 7317063. OLE color: 7317063.

HSL color Cylindrical-coordinate representation of color #47A66F: hue angle of 145.26º 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 #47A66F is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 166 111 -
CMYK 0.57 0 0.33 0.35
HSL 145.26º 0.4% 0.46% -
HSV(B) 145.26º 0.57% 0.65% -
XYZ 19.1 29.76 19.78 -
YUV 131.33 116.53 84.97 -
System Red Green Blue C M Y K H S L
Decimal 71 166 111 0.57 0 0.33 0.35 145.26 0.4 0.46
Hex 47 A6 6F 39 0 21 23 91 28 2E
Octal 107 246 157 71 0 41 43 221 50 56
Binary 1000111 10100110 1101111 111001 0 100001 100011 10010001 101000 101110

Color Harmonies of #47A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A66F

Black with #47A66F

Text Example


Text Example

White with #47A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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