Html Css Color HEX #48A871 Ocean Green

📋 copy color: '#48A871'

red 72 ◦ green 168 ◦ blue 113

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

Shades of Ocean Green #48A871

Tints of Ocean Green #48A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.59%

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 20.4%
G = 47.59%
B = 32.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#48A871 (or 0x48A871) is known color: Ocean Green. HEX triplet: 48, A8 and 71. RGB value is (72,168,113). Sum of RGB (Red+Green+Blue) = 72+168+113=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #48A871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A871 is #B7578E. Grayscale: #858585. Windows color (decimal): -12015503 or 7448648. OLE color: 7448648.

HSL color Cylindrical-coordinate representation of color #48A871: hue angle of 145.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A871 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 168 113 -
CMYK 0.57 0 0.33 0.34
HSL 145.63º 0.4% 0.47% -
HSV(B) 145.63º 0.57% 0.66% -
XYZ 19.66 30.58 20.49 -
YUV 133.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 72 168 113 0.57 0 0.33 0.34 145.63 0.4 0.47
Hex 48 A8 71 39 0 21 22 92 28 2F
Octal 110 250 161 71 0 41 42 222 50 57
Binary 1001000 10101000 1110001 111001 0 100001 100010 10010010 101000 101111

Color Harmonies of #48A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A871

Black with #48A871

Text Example


Text Example

White with #48A871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,168,113); }

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

background-color css

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

 a { background-color: rgb(72,168,113); }

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

border-color css

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

 span { border-color: rgb(72,168,113); }

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