Html Css Color HEX #47946E Ocean Green

📋 copy color: '#47946E'

red 71 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #47946E

Tints of Ocean Green #47946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 21.58%
G = 44.98%
B = 33.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#47946E (or 0x47946E) is known color: Ocean Green. HEX triplet: 47, 94 and 6E. RGB value is (71,148,110). Sum of RGB (Red+Green+Blue) = 71+148+110=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #47946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47946E is #B86B91. Grayscale: #787878. Windows color (decimal): -12086162 or 7246919. OLE color: 7246919.

HSL color Cylindrical-coordinate representation of color #47946E: hue angle of 150.39º 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 #47946E is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 110 -
CMYK 0.52 0 0.26 0.42
HSL 150.39º 0.35% 0.43% -
HSV(B) 150.39º 0.52% 0.58% -
XYZ 16 23.65 18.47 -
YUV 120.65 121.99 92.59 -
System Red Green Blue C M Y K H S L
Decimal 71 148 110 0.52 0 0.26 0.42 150.39 0.35 0.43
Hex 47 94 6E 34 0 1A 2A 96 23 2B
Octal 107 224 156 64 0 32 52 226 43 53
Binary 1000111 10010100 1101110 110100 0 11010 101010 10010110 100011 101011

Color Harmonies of #47946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47946E

Black with #47946E

Text Example


Text Example

White with #47946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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