Html Css Color HEX #48B473 Ocean Green

📋 copy color: '#48B473'

red 72 ◦ green 180 ◦ blue 115

#48B473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #48B473

Tints of Ocean Green #48B473

RGB

 RED value IS 72 (28.52% from 255) = 19.62%

 GREEN value IS 180 (70.7% from 255) = 49.05%

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 19.62%
G = 49.05%
B = 31.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#48B473 (or 0x48B473) is known color: Ocean Green. HEX triplet: 48, B4 and 73. RGB value is (72,180,115). Sum of RGB (Red+Green+Blue) = 72+180+115=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #48B473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B473 is #B74B8C. Grayscale: #8C8C8C. Windows color (decimal): -12012429 or 7582792. OLE color: 7582792.

HSL color Cylindrical-coordinate representation of color #48B473: hue angle of 143.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 #48B473 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 180 115 -
CMYK 0.60 0 0.36 0.29
HSL 143.89º 0.43% 0.49% -
HSV(B) 143.89º 0.6% 0.71% -
XYZ 22.09 35.26 21.86 -
YUV 140.3 113.72 79.29 -
System Red Green Blue C M Y K H S L
Decimal 72 180 115 0.60 0 0.36 0.29 143.89 0.43 0.49
Hex 48 B4 73 3C 0 24 1D 90 2B 31
Octal 110 264 163 74 0 44 35 220 53 61
Binary 1001000 10110100 1110011 111100 0 100100 11101 10010000 101011 110001

Color Harmonies of #48B473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B473

Black with #48B473

Text Example


Text Example

White with #48B473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48B473;
 }
 .AnyTagClassName
 {
   color: #48B473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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