Html Css Color HEX #308449 Amazon

📋 copy color: '#308449'

red 48 ◦ green 132 ◦ blue 73

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

Shades of Amazon #308449

Tints of Amazon #308449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 18.97%
G = 52.17%
B = 28.85%

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

#308449 (or 0x308449) is known color: Amazon. HEX triplet: 30, 84 and 49. RGB value is (48,132,73). Sum of RGB (Red+Green+Blue) = 48+132+73=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #308449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308449 is #CF7BB6. Grayscale: #646464. Windows color (decimal): -13597623 or 4817968. OLE color: 4817968.

HSL color Cylindrical-coordinate representation of color #308449: hue angle of 137.86º 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 #308449 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 73 -
CMYK 0.64 0 0.45 0.48
HSL 137.86º 0.47% 0.35% -
HSV(B) 137.86º 0.64% 0.52% -
XYZ 10.67 17.61 9.14 -
YUV 100.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 48 132 73 0.64 0 0.45 0.48 137.86 0.47 0.35
Hex 30 84 49 40 0 2D 30 8A 2F 23
Octal 60 204 111 100 0 55 60 212 57 43
Binary 110000 10000100 1001001 1000000 0 101101 110000 10001010 101111 100011

Color Harmonies of #308449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308449

Black with #308449

Text Example


Text Example

White with #308449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308449; }

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

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

background-color css

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

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

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

border-color css

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

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

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