Html Css Color HEX #30744D Amazon

📋 copy color: '#30744D'

red 48 ◦ green 116 ◦ blue 77

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

Shades of Amazon #30744D

Tints of Amazon #30744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 19.92%
G = 48.13%
B = 31.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#30744D (or 0x30744D) is known color: Amazon. HEX triplet: 30, 74 and 4D. RGB value is (48,116,77). Sum of RGB (Red+Green+Blue) = 48+116+77=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #30744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30744D is #CF8BB2. Grayscale: #5B5B5B. Windows color (decimal): -13601715 or 5076016. OLE color: 5076016.

HSL color Cylindrical-coordinate representation of color #30744D: hue angle of 145.59º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30744D is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 77 -
CMYK 0.59 0 0.34 0.55
HSL 145.59º 0.41% 0.32% -
HSV(B) 145.59º 0.59% 0.45% -
XYZ 8.8 13.65 9.19 -
YUV 91.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 48 116 77 0.59 0 0.34 0.55 145.59 0.41 0.32
Hex 30 74 4D 3B 0 22 37 92 29 20
Octal 60 164 115 73 0 42 67 222 51 40
Binary 110000 1110100 1001101 111011 0 100010 110111 10010010 101001 100000

Color Harmonies of #30744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30744D

Black with #30744D

Text Example


Text Example

White with #30744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30744D; }

 p { color: rgb(48,116,77); }

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

background-color css

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

 a { background-color: rgb(48,116,77); }

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

border-color css

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

 span { border-color: rgb(48,116,77); }

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