Html Css Color HEX #47AF6F Ocean Green

📋 copy color: '#47AF6F'

red 71 ◦ green 175 ◦ blue 111

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

Shades of Ocean Green #47AF6F

Tints of Ocean Green #47AF6F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

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

R = 19.89%
G = 49.02%
B = 31.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#47AF6F (or 0x47AF6F) is known color: Ocean Green. HEX triplet: 47, AF and 6F. RGB value is (71,175,111). Sum of RGB (Red+Green+Blue) = 71+175+111=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AF6F is #B85090. Grayscale: #888888. Windows color (decimal): -12079249 or 7319367. OLE color: 7319367.

HSL color Cylindrical-coordinate representation of color #47AF6F: hue angle of 143.08º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF6F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 175 111 -
CMYK 0.59 0 0.37 0.31
HSL 143.08º 0.42% 0.48% -
HSV(B) 143.08º 0.59% 0.69% -
XYZ 20.8 33.15 20.34 -
YUV 136.61 113.54 81.2 -
System Red Green Blue C M Y K H S L
Decimal 71 175 111 0.59 0 0.37 0.31 143.08 0.42 0.48
Hex 47 AF 6F 3B 0 25 1F 8F 2A 30
Octal 107 257 157 73 0 45 37 217 52 60
Binary 1000111 10101111 1101111 111011 0 100101 11111 10001111 101010 110000

Color Harmonies of #47AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AF6F

Black with #47AF6F

Text Example


Text Example

White with #47AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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