Html Css Color HEX #48B282 Ocean Green

📋 copy color: '#48B282'

red 72 ◦ green 178 ◦ blue 130

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

Shades of Ocean Green #48B282

Tints of Ocean Green #48B282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.84%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 18.95%
G = 46.84%
B = 34.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#48B282 (or 0x48B282) is known color: Ocean Green. HEX triplet: 48, B2 and 82. RGB value is (72,178,130). Sum of RGB (Red+Green+Blue) = 72+178+130=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #48B282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B282 is #B74D7D. Grayscale: #8C8C8C. Windows color (decimal): -12012926 or 8565320. OLE color: 8565320.

HSL color Cylindrical-coordinate representation of color #48B282: hue angle of 152.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B282 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 178 130 -
CMYK 0.60 0 0.27 0.30
HSL 152.83º 0.42% 0.49% -
HSV(B) 152.83º 0.6% 0.7% -
XYZ 22.62 34.83 26.65 -
YUV 140.83 121.88 78.9 -
System Red Green Blue C M Y K H S L
Decimal 72 178 130 0.60 0 0.27 0.30 152.83 0.42 0.49
Hex 48 B2 82 3C 0 1B 1E 99 2A 31
Octal 110 262 202 74 0 33 36 231 52 61
Binary 1001000 10110010 10000010 111100 0 11011 11110 10011001 101010 110001

Color Harmonies of #48B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B282

Black with #48B282

Text Example


Text Example

White with #48B282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,178,130); }

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

background-color css

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

 a { background-color: rgb(72,178,130); }

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

border-color css

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

 span { border-color: rgb(72,178,130); }

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