#48B26A

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

Shades of Ocean Green #48B26A

Tints of Ocean Green #48B26A

Color information

#48B26A (or 0x48B26A) is unknown color: approx Ocean Green. HEX triplet: 48, B2 and 6A. RGB value is (72,178,106). Sum of RGB (Red+Green+Blue) = 72+178+106=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #48B26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B26A is #B74D95. Grayscale: #8A8A8A. Windows color (decimal): -12012950 or 6992456. OLE color: 6992456.

HSL color Cylindrical-coordinate representation of color #48B26A: hue angle of 139.25º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B26A is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB72178106-
CMYK0.6000.400.30
HSL139.25º42.4%49.02%-
HSV(B)139.25º59.55%69.8%-
XYZ21.1934.2619.13-
YUV138.1109.8880.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=20.22%
G=50%
B=29.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721781060.6000.400.30139.2542.449.02
Hex48B26A3C0281E8b2a31
Octal11026215274050362135261
Binary100100010110010110101011110001010001111010001011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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