Html Css Color HEX #47B27A Ocean Green

📋 copy color: '#47B27A'

red 71 ◦ green 178 ◦ blue 122

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

Shades of Ocean Green #47B27A

Tints of Ocean Green #47B27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 19.14%
G = 47.98%
B = 32.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#47B27A (or 0x47B27A) is known color: Ocean Green. HEX triplet: 47, B2 and 7A. RGB value is (71,178,122). Sum of RGB (Red+Green+Blue) = 71+178+122=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #47B27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B27A is #B84D85. Grayscale: #8B8B8B. Windows color (decimal): -12078470 or 8041031. OLE color: 8041031.

HSL color Cylindrical-coordinate representation of color #47B27A: hue angle of 148.6º 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 #47B27A is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 178 122 -
CMYK 0.60 0 0.31 0.30
HSL 148.6º 0.43% 0.49% -
HSV(B) 148.6º 0.6% 0.7% -
XYZ 22.03 34.59 23.93 -
YUV 139.62 118.05 79.05 -
System Red Green Blue C M Y K H S L
Decimal 71 178 122 0.60 0 0.31 0.30 148.6 0.43 0.49
Hex 47 B2 7A 3C 0 1F 1E 95 2B 31
Octal 107 262 172 74 0 37 36 225 53 61
Binary 1000111 10110010 1111010 111100 0 11111 11110 10010101 101011 110001

Color Harmonies of #47B27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B27A

Black with #47B27A

Text Example


Text Example

White with #47B27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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