Html Css Color HEX #47B27E Ocean Green

📋 copy color: '#47B27E'

red 71 ◦ green 178 ◦ blue 126

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

Shades of Ocean Green #47B27E

Tints of Ocean Green #47B27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 18.93%
G = 47.47%
B = 33.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#47B27E (or 0x47B27E) is known color: Ocean Green. HEX triplet: 47, B2 and 7E. RGB value is (71,178,126). Sum of RGB (Red+Green+Blue) = 71+178+126=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #47B27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B27E is #B84D81. Grayscale: #8C8C8C. Windows color (decimal): -12078466 or 8303175. OLE color: 8303175.

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

Color convert

RGB 71 178 126 -
CMYK 0.60 0 0.29 0.30
HSL 150.84º 0.43% 0.49% -
HSV(B) 150.84º 0.6% 0.7% -
XYZ 22.28 34.69 25.26 -
YUV 140.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 71 178 126 0.60 0 0.29 0.30 150.84 0.43 0.49
Hex 47 B2 7E 3C 0 1D 1E 97 2B 31
Octal 107 262 176 74 0 35 36 227 53 61
Binary 1000111 10110010 1111110 111100 0 11101 11110 10010111 101011 110001

Color Harmonies of #47B27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B27E

Black with #47B27E

Text Example


Text Example

White with #47B27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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