Html Css Color HEX #30744A Amazon

📋 copy color: '#30744A'

red 48 ◦ green 116 ◦ blue 74

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

Shades of Amazon #30744A

Tints of Amazon #30744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.09%

R = 20.17%
G = 48.74%
B = 31.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#30744A (or 0x30744A) is known color: Amazon. HEX triplet: 30, 74 and 4A. RGB value is (48,116,74). Sum of RGB (Red+Green+Blue) = 48+116+74=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #30744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30744A is #CF8BB5. Grayscale: #5A5A5A. Windows color (decimal): -13601718 or 4879408. OLE color: 4879408.

HSL color Cylindrical-coordinate representation of color #30744A: hue angle of 142.94º 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 #30744A is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 74 -
CMYK 0.59 0 0.36 0.55
HSL 142.94º 0.41% 0.32% -
HSV(B) 142.94º 0.59% 0.45% -
XYZ 8.7 13.61 8.65 -
YUV 90.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 48 116 74 0.59 0 0.36 0.55 142.94 0.41 0.32
Hex 30 74 4A 3B 0 24 37 8F 29 20
Octal 60 164 112 73 0 44 67 217 51 40
Binary 110000 1110100 1001010 111011 0 100100 110111 10001111 101001 100000

Color Harmonies of #30744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30744A

Black with #30744A

Text Example


Text Example

White with #30744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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