Html Css Color HEX #308448 Amazon

📋 copy color: '#308448'

red 48 ◦ green 132 ◦ blue 72

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

Shades of Amazon #308448

Tints of Amazon #308448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 19.05%
G = 52.38%
B = 28.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#308448 (or 0x308448) is known color: Amazon. HEX triplet: 30, 84 and 48. RGB value is (48,132,72). Sum of RGB (Red+Green+Blue) = 48+132+72=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #308448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308448 is #CF7BB7. Grayscale: #646464. Windows color (decimal): -13597624 or 4752432. OLE color: 4752432.

HSL color Cylindrical-coordinate representation of color #308448: hue angle of 137.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308448 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 72 -
CMYK 0.64 0 0.45 0.48
HSL 137.14º 0.47% 0.35% -
HSV(B) 137.14º 0.64% 0.52% -
XYZ 10.64 17.6 8.97 -
YUV 100.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 48 132 72 0.64 0 0.45 0.48 137.14 0.47 0.35
Hex 30 84 48 40 0 2D 30 89 2F 23
Octal 60 204 110 100 0 55 60 211 57 43
Binary 110000 10000100 1001000 1000000 0 101101 110000 10001001 101111 100011

Color Harmonies of #308448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308448

Black with #308448

Text Example


Text Example

White with #308448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308448; }

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

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

background-color css

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

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

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

border-color css

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

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

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