Html Css Color HEX #47B286 Ocean Green

📋 copy color: '#47B286'

red 71 ◦ green 178 ◦ blue 134

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

Shades of Ocean Green #47B286

Tints of Ocean Green #47B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 18.54%
G = 46.48%
B = 34.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#47B286 (or 0x47B286) is known color: Ocean Green. HEX triplet: 47, B2 and 86. RGB value is (71,178,134). Sum of RGB (Red+Green+Blue) = 71+178+134=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #47B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B286 is #B84D79. Grayscale: #8D8D8D. Windows color (decimal): -12078458 or 8827463. OLE color: 8827463.

HSL color Cylindrical-coordinate representation of color #47B286: hue angle of 155.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B286 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 178 134 -
CMYK 0.60 0 0.25 0.30
HSL 155.33º 0.43% 0.49% -
HSV(B) 155.33º 0.6% 0.7% -
XYZ 22.82 34.9 28.09 -
YUV 140.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 71 178 134 0.60 0 0.25 0.30 155.33 0.43 0.49
Hex 47 B2 86 3C 0 19 1E 9B 2B 31
Octal 107 262 206 74 0 31 36 233 53 61
Binary 1000111 10110010 10000110 111100 0 11001 11110 10011011 101011 110001

Color Harmonies of #47B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B286

Black with #47B286

Text Example


Text Example

White with #47B286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,178,134); }

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

background-color css

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

 a { background-color: rgb(71,178,134); }

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

border-color css

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

 span { border-color: rgb(71,178,134); }

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