Html Css Color HEX #48B472 Ocean Green

📋 copy color: '#48B472'

red 72 ◦ green 180 ◦ blue 114

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

Shades of Ocean Green #48B472

Tints of Ocean Green #48B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 19.67%
G = 49.18%
B = 31.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#48B472 (or 0x48B472) is known color: Ocean Green. HEX triplet: 48, B4 and 72. RGB value is (72,180,114). Sum of RGB (Red+Green+Blue) = 72+180+114=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #48B472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B472 is #B74B8D. Grayscale: #8C8C8C. Windows color (decimal): -12012430 or 7517256. OLE color: 7517256.

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

Color convert

RGB 72 180 114 -
CMYK 0.60 0 0.37 0.29
HSL 143.33º 0.43% 0.49% -
HSV(B) 143.33º 0.6% 0.71% -
XYZ 22.03 35.24 21.56 -
YUV 140.18 113.22 79.37 -
System Red Green Blue C M Y K H S L
Decimal 72 180 114 0.60 0 0.37 0.29 143.33 0.43 0.49
Hex 48 B4 72 3C 0 25 1D 8F 2B 31
Octal 110 264 162 74 0 45 35 217 53 61
Binary 1001000 10110100 1110010 111100 0 100101 11101 10001111 101011 110001

Color Harmonies of #48B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B472

Black with #48B472

Text Example


Text Example

White with #48B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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