#48A970

Color #48A970 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #48A970

Tints of Ocean Green #48A970

Color information

#48A970 (or 0x48A970) is unknown color: approx Ocean Green. HEX triplet: 48, A9 and 70. RGB value is (72,169,112). Sum of RGB (Red+Green+Blue) = 72+169+112=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #48A970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A970 is #B7568F. Grayscale: #858585. Windows color (decimal): -12015248 or 7383368. OLE color: 7383368.

HSL color Cylindrical-coordinate representation of color #48A970: hue angle of 144.74º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A970 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB72169112-
CMYK0.5700.340.34
HSL144.74º40.25%47.25%-
HSV(B)144.74º57.4%66.27%-
XYZ19.7930.9220.26-
YUV133.5115.8684.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 169 (66.41% from 255) = 47.88%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=20.40%
G=47.88%
B=31.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721691120.5700.340.34144.7440.2547.25
Hex48A970390222291282f
Octal11025116071042422215057
Binary1001000101010011110000111001010001010001010010001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A970; }

 p { color: rgb(72,169,112); }

 H1.HeaderClassName
 {
   color: #48A970;
 }
 .AnyTagClassName
 {
   color: #48A970;
 }
</style>
background-color css

<style>
 a { background-color: #48A970; }

 a { background-color: rgb(72,169,112); }

 div.DivClassName
 {
   background-color: #48A970;
 }
 .BgClassName
 {
   background-color: #48A970;
 }
</style>
border-color css

<style>
 span { border-color: #48A970; }

 span { border-color: rgb(72,169,112); }

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