Html Css Color HEX #308048 Amazon

📋 copy color: '#308048'

red 48 ◦ green 128 ◦ blue 72

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

Shades of Amazon #308048

Tints of Amazon #308048

RGB

 RED value IS 48 (19.14% from 255) = 19.35%

 GREEN value IS 128 (50.39% from 255) = 51.61%

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 19.35%
G = 51.61%
B = 29.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#308048 (or 0x308048) is known color: Amazon. HEX triplet: 30, 80 and 48. RGB value is (48,128,72). Sum of RGB (Red+Green+Blue) = 48+128+72=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #308048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308048 is #CF7FB7. Grayscale: #616161. Windows color (decimal): -13598648 or 4751408. OLE color: 4751408.

HSL color Cylindrical-coordinate representation of color #308048: hue angle of 138º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308048 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 72 -
CMYK 0.62 0 0.44 0.50
HSL 138º 0.45% 0.35% -
HSV(B) 138º 0.63% 0.5% -
XYZ 10.11 16.53 8.79 -
YUV 97.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 48 128 72 0.62 0 0.44 0.50 138 0.45 0.35
Hex 30 80 48 3E 0 2C 32 8A 2D 23
Octal 60 200 110 76 0 54 62 212 55 43
Binary 110000 10000000 1001000 111110 0 101100 110010 10001010 101101 100011

Color Harmonies of #308048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308048

Black with #308048

Text Example


Text Example

White with #308048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308048; }

 p { color: rgb(48,128,72); }

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

background-color css

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

 a { background-color: rgb(48,128,72); }

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

border-color css

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

 span { border-color: rgb(48,128,72); }

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