Html Css Color HEX #47A278 Ocean Green

📋 copy color: '#47A278'

red 71 ◦ green 162 ◦ blue 120

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

Shades of Ocean Green #47A278

Tints of Ocean Green #47A278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.89%

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 20.11%
G = 45.89%
B = 33.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#47A278 (or 0x47A278) is known color: Ocean Green. HEX triplet: 47, A2 and 78. RGB value is (71,162,120). Sum of RGB (Red+Green+Blue) = 71+162+120=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #47A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A278 is #B85D87. Grayscale: #828282. Windows color (decimal): -12082568 or 7905863. OLE color: 7905863.

HSL color Cylindrical-coordinate representation of color #47A278: hue angle of 152.31º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A278 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 162 120 -
CMYK 0.56 0 0.26 0.36
HSL 152.31º 0.39% 0.46% -
HSV(B) 152.31º 0.56% 0.64% -
XYZ 18.91 28.54 22.28 -
YUV 130 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 71 162 120 0.56 0 0.26 0.36 152.31 0.39 0.46
Hex 47 A2 78 38 0 1A 24 98 27 2E
Octal 107 242 170 70 0 32 44 230 47 56
Binary 1000111 10100010 1111000 111000 0 11010 100100 10011000 100111 101110

Color Harmonies of #47A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A278

Black with #47A278

Text Example


Text Example

White with #47A278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,162,120); }

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

background-color css

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

 a { background-color: rgb(71,162,120); }

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

border-color css

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

 span { border-color: rgb(71,162,120); }

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