Html Css Color HEX #47946C Ocean Green

📋 copy color: '#47946C'

red 71 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #47946C

Tints of Ocean Green #47946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 21.71%
G = 45.26%
B = 33.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#47946C (or 0x47946C) is known color: Ocean Green. HEX triplet: 47, 94 and 6C. RGB value is (71,148,108). Sum of RGB (Red+Green+Blue) = 71+148+108=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #47946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47946C is #B86B93. Grayscale: #787878. Windows color (decimal): -12086164 or 7115847. OLE color: 7115847.

HSL color Cylindrical-coordinate representation of color #47946C: hue angle of 148.83º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47946C is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 108 -
CMYK 0.52 0 0.27 0.42
HSL 148.83º 0.35% 0.43% -
HSV(B) 148.83º 0.52% 0.58% -
XYZ 15.9 23.6 17.91 -
YUV 120.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 71 148 108 0.52 0 0.27 0.42 148.83 0.35 0.43
Hex 47 94 6C 34 0 1B 2A 95 23 2B
Octal 107 224 154 64 0 33 52 225 43 53
Binary 1000111 10010100 1101100 110100 0 11011 101010 10010101 100011 101011

Color Harmonies of #47946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47946C

Black with #47946C

Text Example


Text Example

White with #47946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47946C; }

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

 H1.HeaderClassName
 {
   color: #47946C;
 }
 .AnyTagClassName
 {
   color: #47946C;
 }
</style>

background-color css

<style>
 a { background-color: #47946C; }

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

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

border-color css

<style>
 span { border-color: #47946C; }

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

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