Html Css Color HEX #48946F Ocean Green

📋 copy color: '#48946F'

red 72 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #48946F

Tints of Ocean Green #48946F

RGB

 RED value IS 72 (28.52% from 255) = 21.75%

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 21.75%
G = 44.71%
B = 33.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#48946F (or 0x48946F) is known color: Ocean Green. HEX triplet: 48, 94 and 6F. RGB value is (72,148,111). Sum of RGB (Red+Green+Blue) = 72+148+111=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #48946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48946F is #B76B90. Grayscale: #797979. Windows color (decimal): -12020625 or 7312456. OLE color: 7312456.

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

Color convert

RGB 72 148 111 -
CMYK 0.51 0 0.25 0.42
HSL 150.79º 0.35% 0.43% -
HSV(B) 150.79º 0.51% 0.58% -
XYZ 16.13 23.71 18.76 -
YUV 121.06 122.32 93.01 -
System Red Green Blue C M Y K H S L
Decimal 72 148 111 0.51 0 0.25 0.42 150.79 0.35 0.43
Hex 48 94 6F 33 0 19 2A 97 23 2B
Octal 110 224 157 63 0 31 52 227 43 53
Binary 1001000 10010100 1101111 110011 0 11001 101010 10010111 100011 101011

Color Harmonies of #48946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48946F

Black with #48946F

Text Example


Text Example

White with #48946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48946F; }

 p { color: rgb(72,148,111); }

 H1.HeaderClassName
 {
   color: #48946F;
 }
 .AnyTagClassName
 {
   color: #48946F;
 }
</style>

background-color css

<style>
 a { background-color: #48946F; }

 a { background-color: rgb(72,148,111); }

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

border-color css

<style>
 span { border-color: #48946F; }

 span { border-color: rgb(72,148,111); }

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