Html Css Color HEX #48B172 Ocean Green

📋 copy color: '#48B172'

red 72 ◦ green 177 ◦ blue 114

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

Shades of Ocean Green #48B172

Tints of Ocean Green #48B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.76%

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

R = 19.83%
G = 48.76%
B = 31.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#48B172 (or 0x48B172) is known color: Ocean Green. HEX triplet: 48, B1 and 72. RGB value is (72,177,114). Sum of RGB (Red+Green+Blue) = 72+177+114=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #48B172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B172 is #B74E8D. Grayscale: #8A8A8A. Windows color (decimal): -12013198 or 7516488. OLE color: 7516488.

HSL color Cylindrical-coordinate representation of color #48B172: hue angle of 144º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B172 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 177 114 -
CMYK 0.59 0 0.36 0.31
HSL 144º 0.42% 0.49% -
HSV(B) 144º 0.59% 0.69% -
XYZ 21.43 34.04 21.36 -
YUV 138.42 114.21 80.62 -
System Red Green Blue C M Y K H S L
Decimal 72 177 114 0.59 0 0.36 0.31 144 0.42 0.49
Hex 48 B1 72 3B 0 24 1F 90 2A 31
Octal 110 261 162 73 0 44 37 220 52 61
Binary 1001000 10110001 1110010 111011 0 100100 11111 10010000 101010 110001

Color Harmonies of #48B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B172

Black with #48B172

Text Example


Text Example

White with #48B172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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