#48B46A

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

Shades of Ocean Green #48B46A

Tints of Ocean Green #48B46A

Color information

#48B46A (or 0x48B46A) is unknown color: approx Ocean Green. HEX triplet: 48, B4 and 6A. RGB value is (72,180,106). Sum of RGB (Red+Green+Blue) = 72+180+106=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #48B46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B46A is #B74B95. Grayscale: #8B8B8B. Windows color (decimal): -12012438 or 6992968. OLE color: 6992968.

HSL color Cylindrical-coordinate representation of color #48B46A: hue angle of 138.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B46A is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB72180106-
CMYK0.6000.410.29
HSL138.89º42.86%49.41%-
HSV(B)138.89º60%70.59%-
XYZ21.635.0619.26-
YUV139.27109.2280.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 180 (70.70% from 255) = 50.28%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=20.11%
G=50.28%
B=29.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801060.6000.410.29138.8942.8649.41
Hex48B46A3C0291D8b2b31
Octal11026415274051352135361
Binary100100010110100110101011110001010011110110001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,106); }

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

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

 a { background-color: rgb(72,180,106); }

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

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

 span { border-color: rgb(72,180,106); }

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