Html Css Color HEX #48B069 Ocean Green

📋 copy color: '#48B069'

red 72 ◦ green 176 ◦ blue 105

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

Shades of Ocean Green #48B069

Tints of Ocean Green #48B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 20.4%
G = 49.86%
B = 29.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#48B069 (or 0x48B069) is known color: Ocean Green. HEX triplet: 48, B0 and 69. RGB value is (72,176,105). Sum of RGB (Red+Green+Blue) = 72+176+105=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #48B069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B069 is #B74F96. Grayscale: #888888. Windows color (decimal): -12013463 or 6926408. OLE color: 6926408.

HSL color Cylindrical-coordinate representation of color #48B069: hue angle of 139.04º 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 #48B069 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 176 105 -
CMYK 0.59 0 0.40 0.31
HSL 139.04º 0.42% 0.49% -
HSV(B) 139.04º 0.59% 0.69% -
XYZ 20.75 33.45 18.73 -
YUV 136.81 110.04 81.77 -
System Red Green Blue C M Y K H S L
Decimal 72 176 105 0.59 0 0.40 0.31 139.04 0.42 0.49
Hex 48 B0 69 3B 0 28 1F 8B 2A 31
Octal 110 260 151 73 0 50 37 213 52 61
Binary 1001000 10110000 1101001 111011 0 101000 11111 10001011 101010 110001

Color Harmonies of #48B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B069

Black with #48B069

Text Example


Text Example

White with #48B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,176,105); }

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

background-color css

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

 a { background-color: rgb(72,176,105); }

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

border-color css

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

 span { border-color: rgb(72,176,105); }

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