Html Css Color HEX #47B06C Ocean Green

📋 copy color: '#47B06C'

red 71 ◦ green 176 ◦ blue 108

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

Shades of Ocean Green #47B06C

Tints of Ocean Green #47B06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.58%

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 20%
G = 49.58%
B = 30.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#47B06C (or 0x47B06C) is known color: Ocean Green. HEX triplet: 47, B0 and 6C. RGB value is (71,176,108). Sum of RGB (Red+Green+Blue) = 71+176+108=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #47B06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B06C is #B84F93. Grayscale: #898989. Windows color (decimal): -12078996 or 7123015. OLE color: 7123015.

HSL color Cylindrical-coordinate representation of color #47B06C: hue angle of 141.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B06C is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 176 108 -
CMYK 0.60 0 0.39 0.31
HSL 141.14º 0.43% 0.48% -
HSV(B) 141.14º 0.6% 0.69% -
XYZ 20.83 33.47 19.55 -
YUV 136.85 111.71 81.03 -
System Red Green Blue C M Y K H S L
Decimal 71 176 108 0.60 0 0.39 0.31 141.14 0.43 0.48
Hex 47 B0 6C 3C 0 27 1F 8D 2B 30
Octal 107 260 154 74 0 47 37 215 53 60
Binary 1000111 10110000 1101100 111100 0 100111 11111 10001101 101011 110000

Color Harmonies of #47B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B06C

Black with #47B06C

Text Example


Text Example

White with #47B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,176,108); }

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

background-color css

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

 a { background-color: rgb(71,176,108); }

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

border-color css

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

 span { border-color: rgb(71,176,108); }

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