Html Css Color HEX #48A971 Ocean Green

📋 copy color: '#48A971'

red 72 ◦ green 169 ◦ blue 113

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

Shades of Ocean Green #48A971

Tints of Ocean Green #48A971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.74%

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

R = 20.34%
G = 47.74%
B = 31.92%

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

#48A971 (or 0x48A971) is known color: Ocean Green. HEX triplet: 48, A9 and 71. RGB value is (72,169,113). Sum of RGB (Red+Green+Blue) = 72+169+113=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #48A971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A971 is #B7568E. Grayscale: #858585. Windows color (decimal): -12015247 or 7448904. OLE color: 7448904.

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

Color convert

RGB 72 169 113 -
CMYK 0.57 0 0.33 0.34
HSL 145.36º 0.4% 0.47% -
HSV(B) 145.36º 0.57% 0.66% -
XYZ 19.84 30.95 20.55 -
YUV 133.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 72 169 113 0.57 0 0.33 0.34 145.36 0.4 0.47
Hex 48 A9 71 39 0 21 22 91 28 2F
Octal 110 251 161 71 0 41 42 221 50 57
Binary 1001000 10101001 1110001 111001 0 100001 100010 10010001 101000 101111

Color Harmonies of #48A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A971

Black with #48A971

Text Example


Text Example

White with #48A971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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