#48B267

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

Shades of Ocean Green #48B267

Tints of Ocean Green #48B267

Color information

#48B267 (or 0x48B267) is unknown color: approx Ocean Green. HEX triplet: 48, B2 and 67. RGB value is (72,178,103). Sum of RGB (Red+Green+Blue) = 72+178+103=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #48B267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B267 is #B74D98. Grayscale: #898989. Windows color (decimal): -12012953 or 6795848. OLE color: 6795848.

HSL color Cylindrical-coordinate representation of color #48B267: hue angle of 137.55º 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 #48B267 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB72178103-
CMYK0.6000.420.30
HSL137.55º42.4%49.02%-
HSV(B)137.55º59.55%69.8%-
XYZ21.0434.218.32-
YUV137.76108.3881.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=20.40%
G=50.42%
B=29.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721781030.6000.420.30137.5542.449.02
Hex48B2673C02A1E8a2a31
Octal11026214774052362125261
Binary100100010110010110011111110001010101111010001010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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