Html Css Color HEX #47946B Ocean Green

📋 copy color: '#47946B'

red 71 ◦ green 148 ◦ blue 107

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

Shades of Ocean Green #47946B

Tints of Ocean Green #47946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 21.78%
G = 45.4%
B = 32.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#47946B (or 0x47946B) is known color: Ocean Green. HEX triplet: 47, 94 and 6B. RGB value is (71,148,107). Sum of RGB (Red+Green+Blue) = 71+148+107=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #47946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47946B is #B86B94. Grayscale: #787878. Windows color (decimal): -12086165 or 7050311. OLE color: 7050311.

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

Color convert

RGB 71 148 107 -
CMYK 0.52 0 0.28 0.42
HSL 148.05º 0.35% 0.43% -
HSV(B) 148.05º 0.52% 0.58% -
XYZ 15.84 23.58 17.63 -
YUV 120.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 71 148 107 0.52 0 0.28 0.42 148.05 0.35 0.43
Hex 47 94 6B 34 0 1C 2A 94 23 2B
Octal 107 224 153 64 0 34 52 224 43 53
Binary 1000111 10010100 1101011 110100 0 11100 101010 10010100 100011 101011

Color Harmonies of #47946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47946B

Black with #47946B

Text Example


Text Example

White with #47946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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