#48B275

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

Shades of Ocean Green #48B275

Tints of Ocean Green #48B275

Color information

#48B275 (or 0x48B275) is unknown color: approx Ocean Green. HEX triplet: 48, B2 and 75. RGB value is (72,178,117). Sum of RGB (Red+Green+Blue) = 72+178+117=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #48B275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B275 is #B74D8A. Grayscale: #8B8B8B. Windows color (decimal): -12012939 or 7713352. OLE color: 7713352.

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

Color convert

RGB72178117-
CMYK0.6000.340.30
HSL145.47º42.4%49.02%-
HSV(B)145.47º59.55%69.8%-
XYZ21.834.522.34-
YUV139.35115.3879.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=19.62%
G=48.50%
B=31.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721781170.6000.340.30145.4742.449.02
Hex48B2753C0221E912a31
Octal11026216574042362215261
Binary100100010110010111010111110001000101111010010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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