Html Css Color HEX #30704B Amazon

📋 copy color: '#30704B'

red 48 ◦ green 112 ◦ blue 75

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

Shades of Amazon #30704B

Tints of Amazon #30704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 20.43%
G = 47.66%
B = 31.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#30704B (or 0x30704B) is known color: Amazon. HEX triplet: 30, 70 and 4B. RGB value is (48,112,75). Sum of RGB (Red+Green+Blue) = 48+112+75=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #30704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30704B is #CF8FB4. Grayscale: #585858. Windows color (decimal): -13602741 or 4943920. OLE color: 4943920.

HSL color Cylindrical-coordinate representation of color #30704B: hue angle of 145.31º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30704B is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 75 -
CMYK 0.57 0 0.33 0.56
HSL 145.31º 0.4% 0.31% -
HSV(B) 145.31º 0.57% 0.44% -
XYZ 8.28 12.72 8.68 -
YUV 88.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 48 112 75 0.57 0 0.33 0.56 145.31 0.4 0.31
Hex 30 70 4B 39 0 21 38 91 28 1F
Octal 60 160 113 71 0 41 70 221 50 37
Binary 110000 1110000 1001011 111001 0 100001 111000 10010001 101000 11111

Color Harmonies of #30704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30704B

Black with #30704B

Text Example


Text Example

White with #30704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30704B; }

 p { color: rgb(48,112,75); }

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

background-color css

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

 a { background-color: rgb(48,112,75); }

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

border-color css

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

 span { border-color: rgb(48,112,75); }

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