Html Css Color HEX #30744C Amazon

📋 copy color: '#30744C'

red 48 ◦ green 116 ◦ blue 76

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

Shades of Amazon #30744C

Tints of Amazon #30744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 20%
G = 48.33%
B = 31.67%

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

#30744C (or 0x30744C) is known color: Amazon. HEX triplet: 30, 74 and 4C. RGB value is (48,116,76). Sum of RGB (Red+Green+Blue) = 48+116+76=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #30744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30744C is #CF8BB3. Grayscale: #5B5B5B. Windows color (decimal): -13601716 or 5010480. OLE color: 5010480.

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

Color convert

RGB 48 116 76 -
CMYK 0.59 0 0.34 0.55
HSL 144.71º 0.41% 0.32% -
HSV(B) 144.71º 0.59% 0.45% -
XYZ 8.77 13.64 9.01 -
YUV 91.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 48 116 76 0.59 0 0.34 0.55 144.71 0.41 0.32
Hex 30 74 4C 3B 0 22 37 91 29 20
Octal 60 164 114 73 0 42 67 221 51 40
Binary 110000 1110100 1001100 111011 0 100010 110111 10010001 101001 100000

Color Harmonies of #30744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30744C

Black with #30744C

Text Example


Text Example

White with #30744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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