Html Css Color HEX #48A867 Ocean Green

📋 copy color: '#48A867'

red 72 ◦ green 168 ◦ blue 103

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

Shades of Ocean Green #48A867

Tints of Ocean Green #48A867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 20.99%
G = 48.98%
B = 30.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#48A867 (or 0x48A867) is known color: Ocean Green. HEX triplet: 48, A8 and 67. RGB value is (72,168,103). Sum of RGB (Red+Green+Blue) = 72+168+103=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #48A867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A867 is #B75798. Grayscale: #848484. Windows color (decimal): -12015513 or 6793288. OLE color: 6793288.

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

Color convert

RGB 72 168 103 -
CMYK 0.57 0 0.39 0.34
HSL 139.38º 0.4% 0.47% -
HSV(B) 139.38º 0.57% 0.66% -
XYZ 19.12 30.36 17.68 -
YUV 131.89 111.7 85.29 -
System Red Green Blue C M Y K H S L
Decimal 72 168 103 0.57 0 0.39 0.34 139.38 0.4 0.47
Hex 48 A8 67 39 0 27 22 8B 28 2F
Octal 110 250 147 71 0 47 42 213 50 57
Binary 1001000 10101000 1100111 111001 0 100111 100010 10001011 101000 101111

Color Harmonies of #48A867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A867

Black with #48A867

Text Example


Text Example

White with #48A867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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